PublicCertificateInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. appservice. models. ProxyOnlyResource - com.
azure. resourcemanager. appservice. fluent. models. PublicCertificateInner
- com.
- com.
- com.
public final class PublicCertificateInner
extends ProxyOnlyResource
Public certificate object.
Constructor Summary
Constructor | Description |
---|---|
PublicCertificateInner() |
Creates an instance of Public |
Method Summary
Modifier and Type | Method and Description |
---|---|
byte[] |
blob()
Get the blob property: Public Certificate byte array. |
static
Public |
fromJson(JsonReader jsonReader)
Reads an instance of Public |
String |
id()
Get the id property: Fully qualified resource Id for the resource. |
String |
name()
Get the name property: The name of the resource. |
Public |
publicCertificateLocation()
Get the public |
String |
thumbprint()
Get the thumbprint property: Certificate Thumbprint. |
Json |
toJson(JsonWriter jsonWriter) |
String |
type()
Get the type property: The type of the resource. |
void |
validate()
Validates the instance. |
Public |
withBlob(byte[] blob)
Set the blob property: Public Certificate byte array. |
Public |
withKind(String kind)
Set the kind property: Kind of resource. |
Public |
withPublicCertificateLocation(PublicCertificateLocation publicCertificateLocation)
Set the public |
Methods inherited from ProxyOnlyResource
Methods inherited from java.lang.Object
Constructor Details
PublicCertificateInner
public PublicCertificateInner()
Creates an instance of PublicCertificateInner class.
Method Details
blob
public byte[] blob()
Get the blob property: Public Certificate byte array.
Returns:
fromJson
public static PublicCertificateInner fromJson(JsonReader jsonReader)
Reads an instance of PublicCertificateInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
PublicCertificateInner.id()Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
PublicCertificateInner.name()Returns:
publicCertificateLocation
public PublicCertificateLocation publicCertificateLocation()
Get the publicCertificateLocation property: Public Certificate Location.
Returns:
thumbprint
public String thumbprint()
Get the thumbprint property: Certificate Thumbprint.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
PublicCertificateInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
PublicCertificateInner.type()Returns:
validate
public void validate()
Validates the instance.
Overrides:
PublicCertificateInner.validate()withBlob
public PublicCertificateInner withBlob(byte[] blob)
Set the blob property: Public Certificate byte array.
Parameters:
Returns:
withKind
public PublicCertificateInner withKind(String kind)
Set the kind property: Kind of resource.
Overrides:
PublicCertificateInner.withKind(String kind)Parameters:
withPublicCertificateLocation
public PublicCertificateInner withPublicCertificateLocation(PublicCertificateLocation publicCertificateLocation)
Set the publicCertificateLocation property: Public Certificate Location.
Parameters:
Returns:
Applies to
Azure SDK for Java