Aracılığıyla paylaş


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 VerificationCodeResponseInner innerModel()

Gets the inner com.azure.resourcemanager.deviceprovisioningservices.fluent.models.VerificationCodeResponseInner object.

abstract String name()

Gets the name property: The name of the resource.

abstract VerificationCodeResponseProperties 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:

the etag value.

id

public abstract String id()

Gets the id property: Fully qualified resource Id for the resource.

Returns:

the id value.

innerModel

public abstract VerificationCodeResponseInner innerModel()

Gets the inner com.azure.resourcemanager.deviceprovisioningservices.fluent.models.VerificationCodeResponseInner object.

Returns:

the inner object.

name

public abstract String name()

Gets the name property: The name of the resource.

Returns:

the name value.

properties

public abstract VerificationCodeResponseProperties properties()

Gets the properties property: The properties property.

Returns:

the properties value.

type

public abstract String type()

Gets the type property: The type of the resource.

Returns:

the type value.

Applies to