C# Class IronPigeon.DesktopUtilities

Utility methods for desktop IronPigeon apps.
显示文件 Open project: AArnott/IronPigeon

Public Methods

Method Description
CreateContainerWithPublicBlobsIfNotExistAsync ( this container ) : Task

Creates a blob container and sets its permission to public blobs, if the container does not already exist.

IsValidBlobContainerName ( string containerName ) : bool

Determines whether the specified string constitutes a valid Azure blob container name.

Method Details

CreateContainerWithPublicBlobsIfNotExistAsync() public static method

Creates a blob container and sets its permission to public blobs, if the container does not already exist.
public static CreateContainerWithPublicBlobsIfNotExistAsync ( this container ) : Task
container this The container to create.
return Task

IsValidBlobContainerName() public static method

Determines whether the specified string constitutes a valid Azure blob container name.
public static IsValidBlobContainerName ( string containerName ) : bool
containerName string Name of the container.
return bool