KeyOperationResult Class
- java.
lang. Object - com.
microsoft. azure. keyvault. models. KeyOperationResult
- com.
public class KeyOperationResult
The key operation result.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
kid()
Get the kid value. |
byte [] |
result()
Get the result value. |
Method Details
kid
public String kid()
Get the kid value.
Returns:
the kid value
result
public byte [] result()
Get the result value.
Returns:
the result value
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Java