C# 클래스 IronPigeon.DesktopUtilities

Utility methods for desktop IronPigeon apps.
파일 보기 프로젝트 열기: AArnott/IronPigeon

공개 메소드들

메소드 설명
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