Compartir a través de


StorageAccountSasSignedService Estructura

Definición

Los servicios firmados accesibles con la SAS de la cuenta. Entre los valores posibles se incluyen: Blob (b), Queue (q), Table (t), File (f).

public readonly struct StorageAccountSasSignedService : IEquatable<Azure.ResourceManager.Storage.Models.StorageAccountSasSignedService>
type StorageAccountSasSignedService = struct
Public Structure StorageAccountSasSignedService
Implements IEquatable(Of StorageAccountSasSignedService)
Herencia
StorageAccountSasSignedService
Implementaciones

Constructores

StorageAccountSasSignedService(String)

Inicializa una nueva instancia de la clase StorageAccountSasSignedService.

Propiedades

B

b.

F

f.

Q

q.

T

t.

Métodos

Equals(StorageAccountSasSignedService)

Indica si el objeto actual es igual que otro objeto del mismo tipo.

ToString()

Devuelve el nombre de tipo completo de esta instancia.

Operadores

Equality(StorageAccountSasSignedService, StorageAccountSasSignedService)

Determina si dos StorageAccountSasSignedService valores son iguales.

Implicit(String to StorageAccountSasSignedService)

Convierte una cadena en un StorageAccountSasSignedService.

Inequality(StorageAccountSasSignedService, StorageAccountSasSignedService)

Determina si dos StorageAccountSasSignedService valores no son los mismos.

Se aplica a