C# Класс IronPigeon.DesktopUtilities

Utility methods for desktop IronPigeon apps.
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

CreateContainerWithPublicBlobsIfNotExistAsync() публичный статический Метод

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.
Результат Task

IsValidBlobContainerName() публичный статический Метод

Determines whether the specified string constitutes a valid Azure blob container name.
public static IsValidBlobContainerName ( string containerName ) : bool
containerName string Name of the container.
Результат bool