azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.n...

174 строки
9.1 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.nginx.models.NginxCertificate"
fullName: "com.azure.resourcemanager.nginx.models.NginxCertificate"
name: "NginxCertificate"
nameWithType: "NginxCertificate"
summary: "An immutable client-side representation of Nginx<wbr>Certificate."
syntax: "public interface **NginxCertificate**"
methods:
- uid: "com.azure.resourcemanager.nginx.models.NginxCertificate.id()"
fullName: "com.azure.resourcemanager.nginx.models.NginxCertificate.id()"
name: "id()"
nameWithType: "NginxCertificate.id()"
summary: "Gets the id property: Fully qualified resource Id for the resource."
modifiers:
- "abstract"
syntax: "public abstract String id()"
desc: "Gets the id property: Fully qualified resource Id for the resource."
returns:
description: "the id value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.nginx.models.NginxCertificate.innerModel()"
fullName: "com.azure.resourcemanager.nginx.models.NginxCertificate.innerModel()"
name: "innerModel()"
nameWithType: "NginxCertificate.innerModel()"
summary: "Gets the inner com.<wbr>azure.<wbr>resourcemanager.<wbr>nginx.<wbr>fluent.<wbr>models.<wbr>Nginx<wbr>Certificate<wbr>Inner object."
modifiers:
- "abstract"
syntax: "public abstract NginxCertificateInner innerModel()"
desc: "Gets the inner com.azure.resourcemanager.nginx.fluent.models.NginxCertificateInner object."
returns:
description: "the inner object."
type: "<xref href=\"com.azure.resourcemanager.nginx.fluent.models.NginxCertificateInner?alt=com.azure.resourcemanager.nginx.fluent.models.NginxCertificateInner&text=NginxCertificateInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.nginx.models.NginxCertificate.location()"
fullName: "com.azure.resourcemanager.nginx.models.NginxCertificate.location()"
name: "location()"
nameWithType: "NginxCertificate.location()"
summary: "Gets the location property: The location property."
modifiers:
- "abstract"
syntax: "public abstract String location()"
desc: "Gets the location property: The location property."
returns:
description: "the location value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.nginx.models.NginxCertificate.name()"
fullName: "com.azure.resourcemanager.nginx.models.NginxCertificate.name()"
name: "name()"
nameWithType: "NginxCertificate.name()"
summary: "Gets the name property: The name of the resource."
modifiers:
- "abstract"
syntax: "public abstract String name()"
desc: "Gets the name property: The name of the resource."
returns:
description: "the name value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.nginx.models.NginxCertificate.properties()"
fullName: "com.azure.resourcemanager.nginx.models.NginxCertificate.properties()"
name: "properties()"
nameWithType: "NginxCertificate.properties()"
summary: "Gets the properties property: The properties property."
modifiers:
- "abstract"
syntax: "public abstract NginxCertificateProperties properties()"
desc: "Gets the properties property: The properties property."
returns:
description: "the properties value."
type: "<xref href=\"com.azure.resourcemanager.nginx.models.NginxCertificateProperties?alt=com.azure.resourcemanager.nginx.models.NginxCertificateProperties&text=NginxCertificateProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.nginx.models.NginxCertificate.refresh()"
fullName: "com.azure.resourcemanager.nginx.models.NginxCertificate.refresh()"
name: "refresh()"
nameWithType: "NginxCertificate.refresh()"
summary: "Refreshes the resource to sync with Azure."
modifiers:
- "abstract"
syntax: "public abstract NginxCertificate refresh()"
desc: "Refreshes the resource to sync with Azure."
returns:
description: "the refreshed resource."
type: "<xref href=\"com.azure.resourcemanager.nginx.models.NginxCertificate?alt=com.azure.resourcemanager.nginx.models.NginxCertificate&text=NginxCertificate\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.nginx.models.NginxCertificate.refresh(com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.nginx.models.NginxCertificate.refresh(Context context)"
name: "refresh(Context context)"
nameWithType: "NginxCertificate.refresh(Context context)"
summary: "Refreshes the resource to sync with Azure."
modifiers:
- "abstract"
parameters:
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract NginxCertificate refresh(Context context)"
desc: "Refreshes the resource to sync with Azure."
returns:
description: "the refreshed resource."
type: "<xref href=\"com.azure.resourcemanager.nginx.models.NginxCertificate?alt=com.azure.resourcemanager.nginx.models.NginxCertificate&text=NginxCertificate\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.nginx.models.NginxCertificate.region()"
fullName: "com.azure.resourcemanager.nginx.models.NginxCertificate.region()"
name: "region()"
nameWithType: "NginxCertificate.region()"
summary: "Gets the region of the resource."
modifiers:
- "abstract"
syntax: "public abstract Region region()"
desc: "Gets the region of the resource."
returns:
description: "the region of the resource."
type: "<xref href=\"com.azure.core.management.Region?alt=com.azure.core.management.Region&text=Region\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.nginx.models.NginxCertificate.regionName()"
fullName: "com.azure.resourcemanager.nginx.models.NginxCertificate.regionName()"
name: "regionName()"
nameWithType: "NginxCertificate.regionName()"
summary: "Gets the name of the resource region."
modifiers:
- "abstract"
syntax: "public abstract String regionName()"
desc: "Gets the name of the resource region."
returns:
description: "the name of the resource region."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.nginx.models.NginxCertificate.resourceGroupName()"
fullName: "com.azure.resourcemanager.nginx.models.NginxCertificate.resourceGroupName()"
name: "resourceGroupName()"
nameWithType: "NginxCertificate.resourceGroupName()"
summary: "Gets the name of the resource group."
modifiers:
- "abstract"
syntax: "public abstract String resourceGroupName()"
desc: "Gets the name of the resource group."
returns:
description: "the name of the resource group."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.nginx.models.NginxCertificate.systemData()"
fullName: "com.azure.resourcemanager.nginx.models.NginxCertificate.systemData()"
name: "systemData()"
nameWithType: "NginxCertificate.systemData()"
summary: "Gets the system<wbr>Data property: Metadata pertaining to creation and last modification of the resource."
modifiers:
- "abstract"
syntax: "public abstract SystemData systemData()"
desc: "Gets the systemData property: Metadata pertaining to creation and last modification of the resource."
returns:
description: "the systemData value."
type: "<xref href=\"com.azure.core.management.SystemData?alt=com.azure.core.management.SystemData&text=SystemData\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.nginx.models.NginxCertificate.type()"
fullName: "com.azure.resourcemanager.nginx.models.NginxCertificate.type()"
name: "type()"
nameWithType: "NginxCertificate.type()"
summary: "Gets the type property: The type of the resource."
modifiers:
- "abstract"
syntax: "public abstract String type()"
desc: "Gets the type property: The type of the resource."
returns:
description: "the type value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.nginx.models.NginxCertificate.update()"
fullName: "com.azure.resourcemanager.nginx.models.NginxCertificate.update()"
name: "update()"
nameWithType: "NginxCertificate.update()"
summary: "Begins update for the Nginx<wbr>Certificate resource."
modifiers:
- "abstract"
syntax: "public abstract NginxCertificate.Update update()"
desc: "Begins update for the NginxCertificate resource."
returns:
description: "the stage of resource update."
type: "<xref href=\"com.azure.resourcemanager.nginx.models.NginxCertificate.Update?alt=com.azure.resourcemanager.nginx.models.NginxCertificate.Update&text=Update\" data-throw-if-not-resolved=\"False\" />"
type: "interface"
desc: "An immutable client-side representation of NginxCertificate."
metadata: {}
package: "com.azure.resourcemanager.nginx.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-nginx:1.0.0