Partager via


UploadCertificateResponseInner Class

  • java.lang.Object
    • com.azure.resourcemanager.databoxedge.fluent.models.UploadCertificateResponseInner

Implements

public final class UploadCertificateResponseInner
implements JsonSerializable<UploadCertificateResponseInner>

The upload registration certificate response.

Constructor Summary

Constructor Description
UploadCertificateResponseInner()

Creates an instance of UploadCertificateResponseInner class.

Method Summary

Modifier and Type Method and Description
String aadAudience()

Get the aadAudience property: Identifier of the target resource that is the recipient of the requested token.

String aadAuthority()

Get the aadAuthority property: Azure Active Directory tenant authority.

String aadTenantId()

Get the aadTenantId property: Azure Active Directory tenant ID.

AuthenticationType authType()

Get the authType property: Specifies authentication type.

String azureManagementEndpointAudience()

Get the azureManagementEndpointAudience property: The azure management endpoint audience.

static UploadCertificateResponseInner fromJson(JsonReader jsonReader)

Reads an instance of UploadCertificateResponseInner from the JsonReader.

String resourceId()

Get the resourceId property: The resource ID of the Data Box Edge/Gateway device.

String servicePrincipalClientId()

Get the servicePrincipalClientId property: Azure Active Directory service principal client ID.

String servicePrincipalObjectId()

Get the servicePrincipalObjectId property: Azure Active Directory service principal object ID.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

UploadCertificateResponseInner withAuthType(AuthenticationType authType)

Set the authType property: Specifies authentication type.

Methods inherited from java.lang.Object

Constructor Details

UploadCertificateResponseInner

public UploadCertificateResponseInner()

Creates an instance of UploadCertificateResponseInner class.

Method Details

aadAudience

public String aadAudience()

Get the aadAudience property: Identifier of the target resource that is the recipient of the requested token.

Returns:

the aadAudience value.

aadAuthority

public String aadAuthority()

Get the aadAuthority property: Azure Active Directory tenant authority.

Returns:

the aadAuthority value.

aadTenantId

public String aadTenantId()

Get the aadTenantId property: Azure Active Directory tenant ID.

Returns:

the aadTenantId value.

authType

public AuthenticationType authType()

Get the authType property: Specifies authentication type.

Returns:

the authType value.

azureManagementEndpointAudience

public String azureManagementEndpointAudience()

Get the azureManagementEndpointAudience property: The azure management endpoint audience.

Returns:

the azureManagementEndpointAudience value.

fromJson

public static UploadCertificateResponseInner fromJson(JsonReader jsonReader)

Reads an instance of UploadCertificateResponseInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of UploadCertificateResponseInner if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the UploadCertificateResponseInner.

resourceId

public String resourceId()

Get the resourceId property: The resource ID of the Data Box Edge/Gateway device.

Returns:

the resourceId value.

servicePrincipalClientId

public String servicePrincipalClientId()

Get the servicePrincipalClientId property: Azure Active Directory service principal client ID.

Returns:

the servicePrincipalClientId value.

servicePrincipalObjectId

public String servicePrincipalObjectId()

Get the servicePrincipalObjectId property: Azure Active Directory service principal object ID.

Returns:

the servicePrincipalObjectId value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

withAuthType

public UploadCertificateResponseInner withAuthType(AuthenticationType authType)

Set the authType property: Specifies authentication type.

Parameters:

authType - the authType value to set.

Returns:

the UploadCertificateResponseInner object itself.

Applies to