Share via


ArmDataBoxEdgeModelFactory.UploadCertificateResponse Method

Definition

Initializes a new instance of UploadCertificateResponse.

public static Azure.ResourceManager.DataBoxEdge.Models.UploadCertificateResponse UploadCertificateResponse (Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeAuthenticationType? authType = default, string resourceId = default, string aadAuthority = default, Guid? aadTenantId = default, Guid? servicePrincipalClientId = default, Guid? servicePrincipalObjectId = default, string azureManagementEndpointAudience = default, string aadAudience = default);

Parameters

authType
Nullable<DataBoxEdgeAuthenticationType>

Specifies authentication type.

resourceId
String

The resource ID of the Data Box Edge/Gateway device.

aadAuthority
String

Azure Active Directory tenant authority.

aadTenantId
Nullable<Guid>

Azure Active Directory tenant ID.

servicePrincipalClientId
Nullable<Guid>

Azure Active Directory service principal client ID.

servicePrincipalObjectId
Nullable<Guid>

Azure Active Directory service principal object ID.

azureManagementEndpointAudience
String

The azure management endpoint audience.

aadAudience
String

Identifier of the target resource that is the recipient of the requested token.

Returns

A new UploadCertificateResponse instance for mocking.

Applies to