Show / Hide Table of Contents

Class ClusterAzureActiveDirectoryArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ClusterAzureActiveDirectoryArgs
Inherited Members
ResourceArgs.Empty
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 Source

ClusterAzureActiveDirectoryArgs()

Declaration
public ClusterAzureActiveDirectoryArgs()

Properties

View Source

ClientApplicationId

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>
View Source

ClusterApplicationId

The Azure Active Directory Cluster Application ID.

Declaration
public Input<string> ClusterApplicationId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

TenantId

The Azure Active Directory Tenant ID.

Declaration
public Input<string> TenantId { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.