Share via


ICostManagementIdentity.ExternalCloudProviderType Property

Definition

The external cloud provider type associated with dimension/query operations. This includes 'externalSubscriptions' for linked account and 'externalBillingAccounts' for consolidated account.

[Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Runtime.Info(Description="The external cloud provider type associated with dimension/query operations. This includes 'externalSubscriptions' for linked account and 'externalBillingAccounts' for consolidated account.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Support.ExternalCloudProviderType) }, ReadOnly=false, Required=false, SerializedName="externalCloudProviderType")]
public Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Support.ExternalCloudProviderType? ExternalCloudProviderType { get; set; }
[Microsoft.Azure.PowerShell.Cmdlets.CostManagement.PSArgumentCompleter(new System.String[] { "externalSubscriptions", "externalBillingAccounts" })]
[Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Runtime.Info(Create=true, Description="The external cloud provider type associated with dimension/query operations. This includes 'externalSubscriptions' for linked account and 'externalBillingAccounts' for consolidated account.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="externalCloudProviderType", Update=true)]
public string ExternalCloudProviderType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Runtime.Info(Description="The external cloud provider type associated with dimension/query operations. This includes 'externalSubscriptions' for linked account and 'externalBillingAccounts' for consolidated account.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Support.ExternalCloudProviderType) }, ReadOnly=false, Required=false, SerializedName="externalCloudProviderType")>]
member this.ExternalCloudProviderType : Nullable<Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Support.ExternalCloudProviderType> with get, set
[<Microsoft.Azure.PowerShell.Cmdlets.CostManagement.PSArgumentCompleter(new System.String[] { "externalSubscriptions", "externalBillingAccounts" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Runtime.Info(Create=true, Description="The external cloud provider type associated with dimension/query operations. This includes 'externalSubscriptions' for linked account and 'externalBillingAccounts' for consolidated account.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="externalCloudProviderType", Update=true)>]
member this.ExternalCloudProviderType : string with get, set
Public Property ExternalCloudProviderType As Nullable(Of ExternalCloudProviderType)
Public Property ExternalCloudProviderType As String

Property Value

Attributes

Applies to