Class ClusterAzureActiveDirectoryArgs
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.ServiceFabric.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ClusterAzureActiveDirectoryArgs : ResourceArgs
Constructors
View SourceClusterAzureActiveDirectoryArgs()
Declaration
public ClusterAzureActiveDirectoryArgs()
Properties
View SourceClientApplicationId
The Azure Active Directory Client ID which should be used for the Client Application.
Declaration
public Input<string> ClientApplicationId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ClusterApplicationId
The Azure Active Directory Cluster Application ID.
Declaration
public Input<string> ClusterApplicationId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
TenantId
The Azure Active Directory Tenant ID.
Declaration
public Input<string> TenantId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |