C# Class IronPigeon.DesktopUtilities

Utility methods for desktop IronPigeon apps.
Afficher le fichier Open project: AArnott/IronPigeon

Méthodes publiques

Méthode 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 méthode

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.
Résultat Task

IsValidBlobContainerName() public static méthode

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