コード例 #1
0
 /// <summary>
 /// Initializes a new instance of the GetAzureWebsiteCommand class.
 /// </summary>
 /// <param name="channel">
 /// Channel used for communication with Azure's service management APIs.
 /// </param>
 public GetAzureMediaServicesCommand(IMediaServiceManagementAzureNamespace channel)
 {
     Channel = channel;
 }
 /// <summary>
 /// Initializes a new instance of the GetAzureWebsiteCommand class.
 /// </summary>
 /// <param name="channel">
 /// Channel used for communication with Azure's service management APIs.
 /// </param>
 public RemoveAzureMediaServicesAccountCommand(IMediaServiceManagementAzureNamespace channel)
 {
     Channel = channel;
 }