VerificationCodeResponse Interface
public interface VerificationCodeResponse
An immutable client-side representation of VerificationCodeResponse.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract String |
etag()
Gets the etag property: Request etag. |
abstract String |
id()
Gets the id property: Fully qualified resource Id for the resource. |
abstract
Verification |
innerModel()
Gets the inner com. |
abstract String |
name()
Gets the name property: The name of the resource. |
abstract
Verification |
properties()
Gets the properties property: The properties property. |
abstract String |
type()
Gets the type property: The type of the resource. |
Method Details
etag
public abstract String etag()
Gets the etag property: Request etag.
Returns:
id
public abstract String id()
Gets the id property: Fully qualified resource Id for the resource.
Returns:
innerModel
public abstract VerificationCodeResponseInner innerModel()
Gets the inner com.azure.resourcemanager.deviceprovisioningservices.fluent.models.VerificationCodeResponseInner object.
Returns:
name
public abstract String name()
Gets the name property: The name of the resource.
Returns:
properties
public abstract VerificationCodeResponseProperties properties()
Gets the properties property: The properties property.
Returns:
type
public abstract String type()
Gets the type property: The type of the resource.
Returns:
Applies to
Azure SDK for Java