Exemple #1
0
 public TClient CreateArmClient <TClient>(Azure.Common.Authentication.Models.AzureContext context, Azure.Common.Authentication.Models.AzureEnvironment.Endpoint endpoint) where TClient : Microsoft.Rest.ServiceClient <TClient>
 {
     throw new NotImplementedException();
 }
Exemple #2
0
 public TClient CreateClient <TClient>(Azure.Common.Authentication.Models.AzureProfile profile, Azure.Common.Authentication.Models.AzureEnvironment.Endpoint endpoint) where TClient : Hyak.Common.ServiceClient <TClient>
 {
     throw new NotImplementedException();
 }