EndpointCertificateInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. sql. fluent. models. EndpointCertificateInner
- com.
- com.
public final class EndpointCertificateInner
extends ProxyResource
Certificate used on an endpoint on the Managed Instance.
Constructor Summary
Constructor | Description |
---|---|
EndpointCertificateInner() |
Creates an instance of Endpoint |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Endpoint |
fromJson(JsonReader jsonReader)
Reads an instance of Endpoint |
String |
id()
Get the id property: Fully qualified resource Id for the resource. |
String |
name()
Get the name property: The name of the resource. |
String |
publicBlob()
Get the public |
Json |
toJson(JsonWriter jsonWriter) |
String |
type()
Get the type property: The type of the resource. |
void |
validate()
Validates the instance. |
Endpoint |
withPublicBlob(String publicBlob)
Set the public |
Methods inherited from ProxyResource
Methods inherited from java.lang.Object
Constructor Details
EndpointCertificateInner
public EndpointCertificateInner()
Creates an instance of EndpointCertificateInner class.
Method Details
fromJson
public static EndpointCertificateInner fromJson(JsonReader jsonReader)
Reads an instance of EndpointCertificateInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
EndpointCertificateInner.id()Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
EndpointCertificateInner.name()Returns:
publicBlob
public String publicBlob()
Get the publicBlob property: The certificate public blob.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
EndpointCertificateInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
EndpointCertificateInner.type()Returns:
validate
public void validate()
Validates the instance.
withPublicBlob
public EndpointCertificateInner withPublicBlob(String publicBlob)
Set the publicBlob property: The certificate public blob.
Parameters:
Returns:
Applies to
Azure SDK for Java