ProviderResourceType.ApiProfiles Property

Definition

Gets the API profiles for the resource provider.

[Newtonsoft.Json.JsonProperty(PropertyName="apiProfiles")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Models.ApiProfile> ApiProfiles { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="apiProfiles")>]
member this.ApiProfiles : System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Models.ApiProfile>
Public ReadOnly Property ApiProfiles As IList(Of ApiProfile)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to