Пример #1
0
 public static GalleryApplicationVersion GetGalleryApplicationVersion(this ArmClient client, ResourceIdentifier id)
 {
     return(client.GetClient(() =>
     {
         GalleryApplicationVersion.ValidateResourceId(id);
         return new GalleryApplicationVersion(client, id);
     }
                             ));
 }
Пример #2
0
 public static GalleryApplicationVersion GetGalleryApplicationVersion(this ArmClient armClient, ResourceIdentifier id)
 {
     GalleryApplicationVersion.ValidateResourceId(id);
     return(armClient.UseClientContext((uri, credential, clientOptions, pipeline) => new GalleryApplicationVersion(clientOptions, credential, uri, pipeline, id)));
 }
 public static GalleryApplicationVersion GetGalleryApplicationVersion(this ArmClient armClient, ResourceIdentifier id)
 {
     GalleryApplicationVersion.ValidateResourceId(id);
     return(new GalleryApplicationVersion(armClient, id));
 }