ALFA.Shared.AzureFileStoreContainer.CreateIfNotExists C# (CSharp) Метод

CreateIfNotExists() публичный Метод

Create the container if it doesn't exist. The container is assumed to be private access only.
public CreateIfNotExists ( ) : bool
Результат bool
        public bool CreateIfNotExists()
        {
            return Container.CreateIfNotExists(BlobContainerPublicAccessType.Off);
        }