Exemple #1
0
 /// <summary>
 /// Get the non-security related metadata of the provisioning service.
 /// </summary>
 /// <remarks>
 /// Get the metadata of the provisioning service without SAS keys.
 /// </remarks>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='provisioningServiceName'>
 /// Name of the provisioning service to retrieve.
 /// </param>
 /// <param name='resourceGroupName'>
 /// Resource group name.
 /// </param>
 public static ProvisioningServiceDescription Get(this IIotDpsResourceOperations operations, string provisioningServiceName, string resourceGroupName)
 {
     return(operations.GetAsync(provisioningServiceName, resourceGroupName).GetAwaiter().GetResult());
 }