ArmDataBoxEdgeModelFactory.UploadCertificateResponse Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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);
static member UploadCertificateResponse : Nullable<Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeAuthenticationType> * string * string * Nullable<Guid> * Nullable<Guid> * Nullable<Guid> * string * string -> Azure.ResourceManager.DataBoxEdge.Models.UploadCertificateResponse
Public Shared Function UploadCertificateResponse (Optional authType As Nullable(Of DataBoxEdgeAuthenticationType) = Nothing, Optional resourceId As String = Nothing, Optional aadAuthority As String = Nothing, Optional aadTenantId As Nullable(Of Guid) = Nothing, Optional servicePrincipalClientId As Nullable(Of Guid) = Nothing, Optional servicePrincipalObjectId As Nullable(Of Guid) = Nothing, Optional azureManagementEndpointAudience As String = Nothing, Optional aadAudience As String = Nothing) As UploadCertificateResponse
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.
- 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.