Skip to content

Commit

Permalink
.NET SDK Resource Provider:'NetApp'
Browse files Browse the repository at this point in the history
REST Spec PR 'Azure/azure-rest-api-specs#5683'
REST Spec PR Author 'leonardbf'
REST Spec PR Last commit
  • Loading branch information
adxsdknet committed Apr 18, 2019
1 parent bc95d53 commit a2912d3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public ResourceNameAvailabilityRequest()
/// 'Microsoft.NetApp/netAppAccount/capacityPools',
/// 'Microsoft.NetApp/netAppAccount/capacityPools/volumes',
/// 'Microsoft.NetApp/netAppAccount/capacityPools/volumes/snapshots'</param>
/// <param name="resourceGroup">Is fully qualified domain name.</param>
/// <param name="resourceGroup">Resource group name.</param>
public ResourceNameAvailabilityRequest(string name, string type, string resourceGroup)
{
Name = name;
Expand Down Expand Up @@ -69,7 +69,7 @@ public ResourceNameAvailabilityRequest(string name, string type, string resource
public string Type { get; set; }

/// <summary>
/// Gets or sets is fully qualified domain name.
/// Gets or sets resource group name.
/// </summary>
[JsonProperty(PropertyName = "resourceGroup")]
public string ResourceGroup { get; set; }
Expand Down

0 comments on commit a2912d3

Please sign in to comment.