Compartir a través de


Attributes Clase

  • java.lang.Object
    • com.microsoft.azure.keyvault.models.Attributes

public class Attributes

Atributos de objeto administrados por el servicio KeyVault.

Resumen del método

Modificador y tipo Método y descripción
DateTime created()

Obtenga el valor creado.

Boolean enabled()

Obtenga el valor habilitado.

DateTime expires()

Obtiene el valor de expiración.

DateTime notBefore()

Obtenga el valor notBefore.

DateTime updated()

Obtenga el valor actualizado.

Attributes withEnabled(Boolean enabled)

Establezca el valor habilitado.

Attributes withExpires(DateTime expires)

Establezca el valor de expiración.

Attributes withNotBefore(DateTime notBefore)

Establezca el valor notBefore.

Detalles del método

created

public DateTime created()

Obtenga el valor creado.

Returns:

el valor creado

enabled

public Boolean enabled()

Obtenga el valor habilitado.

Returns:

el valor habilitado

expires

public DateTime expires()

Obtiene el valor de expiración.

Returns:

el valor expira

notBefore

public DateTime notBefore()

Obtenga el valor notBefore.

Returns:

el valor notBefore

updated

public DateTime updated()

Obtenga el valor actualizado.

Returns:

el valor actualizado

withEnabled

public Attributes withEnabled(Boolean enabled)

Establezca el valor habilitado.

Parameters:

enabled - el valor habilitado que se va a establecer

Returns:

el propio objeto Attributes.

withExpires

public Attributes withExpires(DateTime expires)

Establezca el valor de expiración.

Parameters:

expires - el valor expira que se va a establecer.

Returns:

el propio objeto Attributes.

withNotBefore

public Attributes withNotBefore(DateTime notBefore)

Establezca el valor notBefore.

Parameters:

notBefore - el valor notBefore que se va a establecer

Returns:

el propio objeto Attributes.

Se aplica a