Class CustomProviderActionArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.Core.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class CustomProviderActionArgs : ResourceArgs
Constructors
View SourceCustomProviderActionArgs()
Declaration
public CustomProviderActionArgs()
Properties
View SourceEndpoint
Specifies the endpoint of the action.
Declaration
public Input<string> Endpoint { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
Specifies the name of the action.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |