UploadCertificateResponse Class
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.
The upload registration certificate response.
public class UploadCertificateResponse : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataBoxEdge.Models.UploadCertificateResponse>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataBoxEdge.Models.UploadCertificateResponse>
public class UploadCertificateResponse
type UploadCertificateResponse = class
interface IJsonModel<UploadCertificateResponse>
interface IPersistableModel<UploadCertificateResponse>
type UploadCertificateResponse = class
Public Class UploadCertificateResponse
Implements IJsonModel(Of UploadCertificateResponse), IPersistableModel(Of UploadCertificateResponse)
Public Class UploadCertificateResponse
- Inheritance
-
UploadCertificateResponse
- Implements
Properties
AadAudience |
Identifier of the target resource that is the recipient of the requested token. |
AadAuthority |
Azure Active Directory tenant authority. |
AadTenantId |
Azure Active Directory tenant ID. |
AuthType |
Specifies authentication type. |
AzureManagementEndpointAudience |
The azure management endpoint audience. |
ResourceId |
The resource ID of the Data Box Edge/Gateway device. |
ServicePrincipalClientId |
Azure Active Directory service principal client ID. |
ServicePrincipalObjectId |
Azure Active Directory service principal object ID. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<UploadCertificateResponse>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<UploadCertificateResponse>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<UploadCertificateResponse>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<UploadCertificateResponse>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<UploadCertificateResponse>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET