Attributes Clase
- java.
lang. Object - com.
microsoft. azure. keyvault. models. Attributes
- com.
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:
enabled
public Boolean enabled()
Obtenga el valor habilitado.
Returns:
expires
public DateTime expires()
Obtiene el valor de expiración.
Returns:
notBefore
public DateTime notBefore()
Obtenga el valor notBefore.
Returns:
updated
public DateTime updated()
Obtenga el valor actualizado.
Returns:
withEnabled
public Attributes withEnabled(Boolean enabled)
Establezca el valor habilitado.
Parameters:
Returns:
withExpires
public Attributes withExpires(DateTime expires)
Establezca el valor de expiración.
Parameters:
Returns:
withNotBefore
public Attributes withNotBefore(DateTime notBefore)
Establezca el valor notBefore.
Parameters:
Returns:
Se aplica a
Azure SDK for Java