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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java