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

302 строки
19 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.recoveryservicessiterecovery.models.Fabric"
fullName: "com.azure.resourcemanager.recoveryservicessiterecovery.models.Fabric"
name: "Fabric"
nameWithType: "Fabric"
summary: "An immutable client-side representation of Fabric."
syntax: "public interface **Fabric**"
methods:
- uid: "com.azure.resourcemanager.recoveryservicessiterecovery.models.Fabric.checkConsistency()"
fullName: "com.azure.resourcemanager.recoveryservicessiterecovery.models.Fabric.checkConsistency()"
name: "checkConsistency()"
nameWithType: "Fabric.checkConsistency()"
summary: "Checks the consistency of the ASR fabric."
modifiers:
- "abstract"
syntax: "public abstract Fabric checkConsistency()"
desc: "Checks the consistency of the ASR fabric. The operation to perform a consistency check on the fabric."
returns:
description: "fabric definition."
type: "<xref href=\"com.azure.resourcemanager.recoveryservicessiterecovery.models.Fabric?alt=com.azure.resourcemanager.recoveryservicessiterecovery.models.Fabric&text=Fabric\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.recoveryservicessiterecovery.models.Fabric.checkConsistency(com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.recoveryservicessiterecovery.models.Fabric.checkConsistency(Context context)"
name: "checkConsistency(Context context)"
nameWithType: "Fabric.checkConsistency(Context context)"
summary: "Checks the consistency of the ASR fabric."
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 Fabric checkConsistency(Context context)"
desc: "Checks the consistency of the ASR fabric. The operation to perform a consistency check on the fabric."
returns:
description: "fabric definition."
type: "<xref href=\"com.azure.resourcemanager.recoveryservicessiterecovery.models.Fabric?alt=com.azure.resourcemanager.recoveryservicessiterecovery.models.Fabric&text=Fabric\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.recoveryservicessiterecovery.models.Fabric.delete()"
fullName: "com.azure.resourcemanager.recoveryservicessiterecovery.models.Fabric.delete()"
name: "delete()"
nameWithType: "Fabric.delete()"
summary: "Deletes the site."
modifiers:
- "abstract"
syntax: "public abstract void delete()"
desc: "Deletes the site. The operation to delete or remove an Azure Site Recovery fabric."
- uid: "com.azure.resourcemanager.recoveryservicessiterecovery.models.Fabric.delete(com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.recoveryservicessiterecovery.models.Fabric.delete(Context context)"
name: "delete(Context context)"
nameWithType: "Fabric.delete(Context context)"
summary: "Deletes the site."
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 void delete(Context context)"
desc: "Deletes the site. The operation to delete or remove an Azure Site Recovery fabric."
- uid: "com.azure.resourcemanager.recoveryservicessiterecovery.models.Fabric.id()"
fullName: "com.azure.resourcemanager.recoveryservicessiterecovery.models.Fabric.id()"
name: "id()"
nameWithType: "Fabric.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.recoveryservicessiterecovery.models.Fabric.innerModel()"
fullName: "com.azure.resourcemanager.recoveryservicessiterecovery.models.Fabric.innerModel()"
name: "innerModel()"
nameWithType: "Fabric.innerModel()"
summary: "Gets the inner com.<wbr>azure.<wbr>resourcemanager.<wbr>recoveryservicessiterecovery.<wbr>fluent.<wbr>models.<wbr>Fabric<wbr>Inner object."
modifiers:
- "abstract"
syntax: "public abstract FabricInner innerModel()"
desc: "Gets the inner com.azure.resourcemanager.recoveryservicessiterecovery.fluent.models.FabricInner object."
returns:
description: "the inner object."
type: "<xref href=\"com.azure.resourcemanager.recoveryservicessiterecovery.fluent.models.FabricInner?alt=com.azure.resourcemanager.recoveryservicessiterecovery.fluent.models.FabricInner&text=FabricInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.recoveryservicessiterecovery.models.Fabric.location()"
fullName: "com.azure.resourcemanager.recoveryservicessiterecovery.models.Fabric.location()"
name: "location()"
nameWithType: "Fabric.location()"
summary: "Gets the location property: Resource Location."
modifiers:
- "abstract"
syntax: "public abstract String location()"
desc: "Gets the location property: Resource Location."
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.recoveryservicessiterecovery.models.Fabric.migrateToAad()"
fullName: "com.azure.resourcemanager.recoveryservicessiterecovery.models.Fabric.migrateToAad()"
name: "migrateToAad()"
nameWithType: "Fabric.migrateToAad()"
summary: "Migrates the site to AAD."
modifiers:
- "abstract"
syntax: "public abstract void migrateToAad()"
desc: "Migrates the site to AAD. The operation to migrate an Azure Site Recovery fabric to AAD."
- uid: "com.azure.resourcemanager.recoveryservicessiterecovery.models.Fabric.migrateToAad(com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.recoveryservicessiterecovery.models.Fabric.migrateToAad(Context context)"
name: "migrateToAad(Context context)"
nameWithType: "Fabric.migrateToAad(Context context)"
summary: "Migrates the site to AAD."
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 void migrateToAad(Context context)"
desc: "Migrates the site to AAD. The operation to migrate an Azure Site Recovery fabric to AAD."
- uid: "com.azure.resourcemanager.recoveryservicessiterecovery.models.Fabric.name()"
fullName: "com.azure.resourcemanager.recoveryservicessiterecovery.models.Fabric.name()"
name: "name()"
nameWithType: "Fabric.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.recoveryservicessiterecovery.models.Fabric.properties()"
fullName: "com.azure.resourcemanager.recoveryservicessiterecovery.models.Fabric.properties()"
name: "properties()"
nameWithType: "Fabric.properties()"
summary: "Gets the properties property: Fabric related data."
modifiers:
- "abstract"
syntax: "public abstract FabricProperties properties()"
desc: "Gets the properties property: Fabric related data."
returns:
description: "the properties value."
type: "<xref href=\"com.azure.resourcemanager.recoveryservicessiterecovery.models.FabricProperties?alt=com.azure.resourcemanager.recoveryservicessiterecovery.models.FabricProperties&text=FabricProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.recoveryservicessiterecovery.models.Fabric.reassociateGateway(com.azure.resourcemanager.recoveryservicessiterecovery.models.FailoverProcessServerRequest)"
fullName: "com.azure.resourcemanager.recoveryservicessiterecovery.models.Fabric.reassociateGateway(FailoverProcessServerRequest failoverProcessServerRequest)"
name: "reassociateGateway(FailoverProcessServerRequest failoverProcessServerRequest)"
nameWithType: "Fabric.reassociateGateway(FailoverProcessServerRequest failoverProcessServerRequest)"
summary: "Perform failover of the process server."
modifiers:
- "abstract"
parameters:
- description: "The input to the failover process server operation."
name: "failoverProcessServerRequest"
type: "<xref href=\"com.azure.resourcemanager.recoveryservicessiterecovery.models.FailoverProcessServerRequest?alt=com.azure.resourcemanager.recoveryservicessiterecovery.models.FailoverProcessServerRequest&text=FailoverProcessServerRequest\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Fabric reassociateGateway(FailoverProcessServerRequest failoverProcessServerRequest)"
desc: "Perform failover of the process server. The operation to move replications from a process server to another process server."
returns:
description: "fabric definition."
type: "<xref href=\"com.azure.resourcemanager.recoveryservicessiterecovery.models.Fabric?alt=com.azure.resourcemanager.recoveryservicessiterecovery.models.Fabric&text=Fabric\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.recoveryservicessiterecovery.models.Fabric.reassociateGateway(com.azure.resourcemanager.recoveryservicessiterecovery.models.FailoverProcessServerRequest,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.recoveryservicessiterecovery.models.Fabric.reassociateGateway(FailoverProcessServerRequest failoverProcessServerRequest, Context context)"
name: "reassociateGateway(FailoverProcessServerRequest failoverProcessServerRequest, Context context)"
nameWithType: "Fabric.reassociateGateway(FailoverProcessServerRequest failoverProcessServerRequest, Context context)"
summary: "Perform failover of the process server."
modifiers:
- "abstract"
parameters:
- description: "The input to the failover process server operation."
name: "failoverProcessServerRequest"
type: "<xref href=\"com.azure.resourcemanager.recoveryservicessiterecovery.models.FailoverProcessServerRequest?alt=com.azure.resourcemanager.recoveryservicessiterecovery.models.FailoverProcessServerRequest&text=FailoverProcessServerRequest\" data-throw-if-not-resolved=\"False\" />"
- 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 Fabric reassociateGateway(FailoverProcessServerRequest failoverProcessServerRequest, Context context)"
desc: "Perform failover of the process server. The operation to move replications from a process server to another process server."
returns:
description: "fabric definition."
type: "<xref href=\"com.azure.resourcemanager.recoveryservicessiterecovery.models.Fabric?alt=com.azure.resourcemanager.recoveryservicessiterecovery.models.Fabric&text=Fabric\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.recoveryservicessiterecovery.models.Fabric.refresh()"
fullName: "com.azure.resourcemanager.recoveryservicessiterecovery.models.Fabric.refresh()"
name: "refresh()"
nameWithType: "Fabric.refresh()"
summary: "Refreshes the resource to sync with Azure."
modifiers:
- "abstract"
syntax: "public abstract Fabric refresh()"
desc: "Refreshes the resource to sync with Azure."
returns:
description: "the refreshed resource."
type: "<xref href=\"com.azure.resourcemanager.recoveryservicessiterecovery.models.Fabric?alt=com.azure.resourcemanager.recoveryservicessiterecovery.models.Fabric&text=Fabric\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.recoveryservicessiterecovery.models.Fabric.refresh(com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.recoveryservicessiterecovery.models.Fabric.refresh(Context context)"
name: "refresh(Context context)"
nameWithType: "Fabric.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 Fabric refresh(Context context)"
desc: "Refreshes the resource to sync with Azure."
returns:
description: "the refreshed resource."
type: "<xref href=\"com.azure.resourcemanager.recoveryservicessiterecovery.models.Fabric?alt=com.azure.resourcemanager.recoveryservicessiterecovery.models.Fabric&text=Fabric\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.recoveryservicessiterecovery.models.Fabric.region()"
fullName: "com.azure.resourcemanager.recoveryservicessiterecovery.models.Fabric.region()"
name: "region()"
nameWithType: "Fabric.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.recoveryservicessiterecovery.models.Fabric.regionName()"
fullName: "com.azure.resourcemanager.recoveryservicessiterecovery.models.Fabric.regionName()"
name: "regionName()"
nameWithType: "Fabric.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.recoveryservicessiterecovery.models.Fabric.removeInfra()"
fullName: "com.azure.resourcemanager.recoveryservicessiterecovery.models.Fabric.removeInfra()"
name: "removeInfra()"
nameWithType: "Fabric.removeInfra()"
summary: "Removes the appliance's infrastructure under the fabric."
modifiers:
- "abstract"
syntax: "public abstract void removeInfra()"
desc: "Removes the appliance's infrastructure under the fabric."
- uid: "com.azure.resourcemanager.recoveryservicessiterecovery.models.Fabric.removeInfra(com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.recoveryservicessiterecovery.models.Fabric.removeInfra(Context context)"
name: "removeInfra(Context context)"
nameWithType: "Fabric.removeInfra(Context context)"
summary: "Removes the appliance's infrastructure under the fabric."
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 void removeInfra(Context context)"
desc: "Removes the appliance's infrastructure under the fabric."
- uid: "com.azure.resourcemanager.recoveryservicessiterecovery.models.Fabric.renewCertificate(com.azure.resourcemanager.recoveryservicessiterecovery.models.RenewCertificateInput)"
fullName: "com.azure.resourcemanager.recoveryservicessiterecovery.models.Fabric.renewCertificate(RenewCertificateInput renewCertificate)"
name: "renewCertificate(RenewCertificateInput renewCertificate)"
nameWithType: "Fabric.renewCertificate(RenewCertificateInput renewCertificate)"
summary: "Renews certificate for the fabric."
modifiers:
- "abstract"
parameters:
- description: "Renew certificate input."
name: "renewCertificate"
type: "<xref href=\"com.azure.resourcemanager.recoveryservicessiterecovery.models.RenewCertificateInput?alt=com.azure.resourcemanager.recoveryservicessiterecovery.models.RenewCertificateInput&text=RenewCertificateInput\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Fabric renewCertificate(RenewCertificateInput renewCertificate)"
desc: "Renews certificate for the fabric. Renews the connection certificate for the ASR replication fabric."
returns:
description: "fabric definition."
type: "<xref href=\"com.azure.resourcemanager.recoveryservicessiterecovery.models.Fabric?alt=com.azure.resourcemanager.recoveryservicessiterecovery.models.Fabric&text=Fabric\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.recoveryservicessiterecovery.models.Fabric.renewCertificate(com.azure.resourcemanager.recoveryservicessiterecovery.models.RenewCertificateInput,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.recoveryservicessiterecovery.models.Fabric.renewCertificate(RenewCertificateInput renewCertificate, Context context)"
name: "renewCertificate(RenewCertificateInput renewCertificate, Context context)"
nameWithType: "Fabric.renewCertificate(RenewCertificateInput renewCertificate, Context context)"
summary: "Renews certificate for the fabric."
modifiers:
- "abstract"
parameters:
- description: "Renew certificate input."
name: "renewCertificate"
type: "<xref href=\"com.azure.resourcemanager.recoveryservicessiterecovery.models.RenewCertificateInput?alt=com.azure.resourcemanager.recoveryservicessiterecovery.models.RenewCertificateInput&text=RenewCertificateInput\" data-throw-if-not-resolved=\"False\" />"
- 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 Fabric renewCertificate(RenewCertificateInput renewCertificate, Context context)"
desc: "Renews certificate for the fabric. Renews the connection certificate for the ASR replication fabric."
returns:
description: "fabric definition."
type: "<xref href=\"com.azure.resourcemanager.recoveryservicessiterecovery.models.Fabric?alt=com.azure.resourcemanager.recoveryservicessiterecovery.models.Fabric&text=Fabric\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.recoveryservicessiterecovery.models.Fabric.type()"
fullName: "com.azure.resourcemanager.recoveryservicessiterecovery.models.Fabric.type()"
name: "type()"
nameWithType: "Fabric.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>"
type: "interface"
desc: "An immutable client-side representation of Fabric."
metadata: {}
package: "com.azure.resourcemanager.recoveryservicessiterecovery.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-recoveryservicessiterecovery:1.1.0