Ejemplo n.º 1
0
 /// <summary>
 /// The storage service file endpoint format.
 /// </summary>
 private static string StorageFileEndpointFormat(this IAzureEnvironment environment)
 {
     return(environment.EndpointFormatFor("file"));
 }
Ejemplo n.º 2
0
 /// <summary>
 /// The storage service blob endpoint format.
 /// </summary>
 private static string StorageBlobEndpointFormat(this IAzureEnvironment environment)
 {
     return(environment.EndpointFormatFor("blob"));
 }