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

309 строки
19 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.fluidrelay.models.FluidRelayServer"
fullName: "com.azure.resourcemanager.fluidrelay.models.FluidRelayServer"
name: "FluidRelayServer"
nameWithType: "FluidRelayServer"
summary: "An immutable client-side representation of Fluid<wbr>Relay<wbr>Server."
syntax: "public interface **FluidRelayServer**"
methods:
- uid: "com.azure.resourcemanager.fluidrelay.models.FluidRelayServer.encryption()"
fullName: "com.azure.resourcemanager.fluidrelay.models.FluidRelayServer.encryption()"
name: "encryption()"
nameWithType: "FluidRelayServer.encryption()"
summary: "Gets the encryption property: All encryption configuration for a resource."
modifiers:
- "abstract"
syntax: "public abstract EncryptionProperties encryption()"
desc: "Gets the encryption property: All encryption configuration for a resource."
returns:
description: "the encryption value."
type: "<xref href=\"com.azure.resourcemanager.fluidrelay.models.EncryptionProperties?alt=com.azure.resourcemanager.fluidrelay.models.EncryptionProperties&text=EncryptionProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.fluidrelay.models.FluidRelayServer.fluidRelayEndpoints()"
fullName: "com.azure.resourcemanager.fluidrelay.models.FluidRelayServer.fluidRelayEndpoints()"
name: "fluidRelayEndpoints()"
nameWithType: "FluidRelayServer.fluidRelayEndpoints()"
summary: "Gets the fluid<wbr>Relay<wbr>Endpoints property: The Fluid Relay Service endpoints for this server."
modifiers:
- "abstract"
syntax: "public abstract FluidRelayEndpoints fluidRelayEndpoints()"
desc: "Gets the fluidRelayEndpoints property: The Fluid Relay Service endpoints for this server."
returns:
description: "the fluidRelayEndpoints value."
type: "<xref href=\"com.azure.resourcemanager.fluidrelay.models.FluidRelayEndpoints?alt=com.azure.resourcemanager.fluidrelay.models.FluidRelayEndpoints&text=FluidRelayEndpoints\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.fluidrelay.models.FluidRelayServer.frsTenantId()"
fullName: "com.azure.resourcemanager.fluidrelay.models.FluidRelayServer.frsTenantId()"
name: "frsTenantId()"
nameWithType: "FluidRelayServer.frsTenantId()"
summary: "Gets the frs<wbr>Tenant<wbr>Id property: The Fluid tenant<wbr>Id for this server."
modifiers:
- "abstract"
syntax: "public abstract String frsTenantId()"
desc: "Gets the frsTenantId property: The Fluid tenantId for this server."
returns:
description: "the frsTenantId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.fluidrelay.models.FluidRelayServer.id()"
fullName: "com.azure.resourcemanager.fluidrelay.models.FluidRelayServer.id()"
name: "id()"
nameWithType: "FluidRelayServer.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.fluidrelay.models.FluidRelayServer.identity()"
fullName: "com.azure.resourcemanager.fluidrelay.models.FluidRelayServer.identity()"
name: "identity()"
nameWithType: "FluidRelayServer.identity()"
summary: "Gets the identity property: The type of identity used for the resource."
modifiers:
- "abstract"
syntax: "public abstract Identity identity()"
desc: "Gets the identity property: The type of identity used for the resource."
returns:
description: "the identity value."
type: "<xref href=\"com.azure.resourcemanager.fluidrelay.models.Identity?alt=com.azure.resourcemanager.fluidrelay.models.Identity&text=Identity\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.fluidrelay.models.FluidRelayServer.innerModel()"
fullName: "com.azure.resourcemanager.fluidrelay.models.FluidRelayServer.innerModel()"
name: "innerModel()"
nameWithType: "FluidRelayServer.innerModel()"
summary: "Gets the inner com.<wbr>azure.<wbr>resourcemanager.<wbr>fluidrelay.<wbr>fluent.<wbr>models.<wbr>Fluid<wbr>Relay<wbr>Server<wbr>Inner object."
modifiers:
- "abstract"
syntax: "public abstract FluidRelayServerInner innerModel()"
desc: "Gets the inner com.azure.resourcemanager.fluidrelay.fluent.models.FluidRelayServerInner object."
returns:
description: "the inner object."
type: "<xref href=\"com.azure.resourcemanager.fluidrelay.fluent.models.FluidRelayServerInner?alt=com.azure.resourcemanager.fluidrelay.fluent.models.FluidRelayServerInner&text=FluidRelayServerInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.fluidrelay.models.FluidRelayServer.listKeys()"
fullName: "com.azure.resourcemanager.fluidrelay.models.FluidRelayServer.listKeys()"
name: "listKeys()"
nameWithType: "FluidRelayServer.listKeys()"
summary: "Get primary and secondary key for this server."
modifiers:
- "abstract"
syntax: "public abstract FluidRelayServerKeys listKeys()"
desc: "Get primary and secondary key for this server."
returns:
description: "primary and secondary key for this server."
type: "<xref href=\"com.azure.resourcemanager.fluidrelay.models.FluidRelayServerKeys?alt=com.azure.resourcemanager.fluidrelay.models.FluidRelayServerKeys&text=FluidRelayServerKeys\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.fluidrelay.models.FluidRelayServer.listKeysWithResponse(com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.fluidrelay.models.FluidRelayServer.listKeysWithResponse(Context context)"
name: "listKeysWithResponse(Context context)"
nameWithType: "FluidRelayServer.listKeysWithResponse(Context context)"
summary: "Get primary and secondary key for this server."
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 Response<FluidRelayServerKeys> listKeysWithResponse(Context context)"
desc: "Get primary and secondary key for this server."
returns:
description: "primary and secondary key for this server along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.fluidrelay.models.FluidRelayServerKeys?alt=com.azure.resourcemanager.fluidrelay.models.FluidRelayServerKeys&text=FluidRelayServerKeys\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.fluidrelay.models.FluidRelayServer.location()"
fullName: "com.azure.resourcemanager.fluidrelay.models.FluidRelayServer.location()"
name: "location()"
nameWithType: "FluidRelayServer.location()"
summary: "Gets the location property: The geo-location where the resource lives."
modifiers:
- "abstract"
syntax: "public abstract String location()"
desc: "Gets the location property: The geo-location where the resource lives."
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.fluidrelay.models.FluidRelayServer.name()"
fullName: "com.azure.resourcemanager.fluidrelay.models.FluidRelayServer.name()"
name: "name()"
nameWithType: "FluidRelayServer.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.fluidrelay.models.FluidRelayServer.provisioningState()"
fullName: "com.azure.resourcemanager.fluidrelay.models.FluidRelayServer.provisioningState()"
name: "provisioningState()"
nameWithType: "FluidRelayServer.provisioningState()"
summary: "Gets the provisioning<wbr>State property: Provision states for Fluid<wbr>Relay RP."
modifiers:
- "abstract"
syntax: "public abstract ProvisioningState provisioningState()"
desc: "Gets the provisioningState property: Provision states for FluidRelay RP."
returns:
description: "the provisioningState value."
type: "<xref href=\"com.azure.resourcemanager.fluidrelay.models.ProvisioningState?alt=com.azure.resourcemanager.fluidrelay.models.ProvisioningState&text=ProvisioningState\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.fluidrelay.models.FluidRelayServer.refresh()"
fullName: "com.azure.resourcemanager.fluidrelay.models.FluidRelayServer.refresh()"
name: "refresh()"
nameWithType: "FluidRelayServer.refresh()"
summary: "Refreshes the resource to sync with Azure."
modifiers:
- "abstract"
syntax: "public abstract FluidRelayServer refresh()"
desc: "Refreshes the resource to sync with Azure."
returns:
description: "the refreshed resource."
type: "<xref href=\"com.azure.resourcemanager.fluidrelay.models.FluidRelayServer?alt=com.azure.resourcemanager.fluidrelay.models.FluidRelayServer&text=FluidRelayServer\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.fluidrelay.models.FluidRelayServer.refresh(com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.fluidrelay.models.FluidRelayServer.refresh(Context context)"
name: "refresh(Context context)"
nameWithType: "FluidRelayServer.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 FluidRelayServer refresh(Context context)"
desc: "Refreshes the resource to sync with Azure."
returns:
description: "the refreshed resource."
type: "<xref href=\"com.azure.resourcemanager.fluidrelay.models.FluidRelayServer?alt=com.azure.resourcemanager.fluidrelay.models.FluidRelayServer&text=FluidRelayServer\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.fluidrelay.models.FluidRelayServer.regenerateKey(com.azure.resourcemanager.fluidrelay.models.RegenerateKeyRequest)"
fullName: "com.azure.resourcemanager.fluidrelay.models.FluidRelayServer.regenerateKey(RegenerateKeyRequest parameters)"
name: "regenerateKey(RegenerateKeyRequest parameters)"
nameWithType: "FluidRelayServer.regenerateKey(RegenerateKeyRequest parameters)"
summary: "Regenerate the primary or secondary key for this server."
modifiers:
- "abstract"
parameters:
- description: "The details of which keys to generate."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.fluidrelay.models.RegenerateKeyRequest?alt=com.azure.resourcemanager.fluidrelay.models.RegenerateKeyRequest&text=RegenerateKeyRequest\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract FluidRelayServerKeys regenerateKey(RegenerateKeyRequest parameters)"
desc: "Regenerate the primary or secondary key for this server."
returns:
description: "the set of available keys for this server."
type: "<xref href=\"com.azure.resourcemanager.fluidrelay.models.FluidRelayServerKeys?alt=com.azure.resourcemanager.fluidrelay.models.FluidRelayServerKeys&text=FluidRelayServerKeys\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.fluidrelay.models.FluidRelayServer.regenerateKeyWithResponse(com.azure.resourcemanager.fluidrelay.models.RegenerateKeyRequest,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.fluidrelay.models.FluidRelayServer.regenerateKeyWithResponse(RegenerateKeyRequest parameters, Context context)"
name: "regenerateKeyWithResponse(RegenerateKeyRequest parameters, Context context)"
nameWithType: "FluidRelayServer.regenerateKeyWithResponse(RegenerateKeyRequest parameters, Context context)"
summary: "Regenerate the primary or secondary key for this server."
modifiers:
- "abstract"
parameters:
- description: "The details of which keys to generate."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.fluidrelay.models.RegenerateKeyRequest?alt=com.azure.resourcemanager.fluidrelay.models.RegenerateKeyRequest&text=RegenerateKeyRequest\" 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 Response<FluidRelayServerKeys> regenerateKeyWithResponse(RegenerateKeyRequest parameters, Context context)"
desc: "Regenerate the primary or secondary key for this server."
returns:
description: "the set of available keys for this server along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.fluidrelay.models.FluidRelayServerKeys?alt=com.azure.resourcemanager.fluidrelay.models.FluidRelayServerKeys&text=FluidRelayServerKeys\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.fluidrelay.models.FluidRelayServer.region()"
fullName: "com.azure.resourcemanager.fluidrelay.models.FluidRelayServer.region()"
name: "region()"
nameWithType: "FluidRelayServer.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.fluidrelay.models.FluidRelayServer.regionName()"
fullName: "com.azure.resourcemanager.fluidrelay.models.FluidRelayServer.regionName()"
name: "regionName()"
nameWithType: "FluidRelayServer.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.fluidrelay.models.FluidRelayServer.resourceGroupName()"
fullName: "com.azure.resourcemanager.fluidrelay.models.FluidRelayServer.resourceGroupName()"
name: "resourceGroupName()"
nameWithType: "FluidRelayServer.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.fluidrelay.models.FluidRelayServer.storagesku()"
fullName: "com.azure.resourcemanager.fluidrelay.models.FluidRelayServer.storagesku()"
name: "storagesku()"
nameWithType: "FluidRelayServer.storagesku()"
summary: "Gets the storagesku property: StorageSKU"
modifiers:
- "abstract"
syntax: "public abstract StorageSku storagesku()"
desc: "Gets the storagesku property: StorageSKU\n\nSku of the storage associated with the resource."
returns:
description: "the storagesku value."
type: "<xref href=\"com.azure.resourcemanager.fluidrelay.models.StorageSku?alt=com.azure.resourcemanager.fluidrelay.models.StorageSku&text=StorageSku\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.fluidrelay.models.FluidRelayServer.systemData()"
fullName: "com.azure.resourcemanager.fluidrelay.models.FluidRelayServer.systemData()"
name: "systemData()"
nameWithType: "FluidRelayServer.systemData()"
summary: "Gets the system<wbr>Data property: System meta data for this resource, including creation and modification information."
modifiers:
- "abstract"
syntax: "public abstract SystemData systemData()"
desc: "Gets the systemData property: System meta data for this resource, including creation and modification information."
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.fluidrelay.models.FluidRelayServer.tags()"
fullName: "com.azure.resourcemanager.fluidrelay.models.FluidRelayServer.tags()"
name: "tags()"
nameWithType: "FluidRelayServer.tags()"
summary: "Gets the tags property: Resource tags."
modifiers:
- "abstract"
syntax: "public abstract Map<String,String> tags()"
desc: "Gets the tags property: Resource tags."
returns:
description: "the tags value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
- uid: "com.azure.resourcemanager.fluidrelay.models.FluidRelayServer.type()"
fullName: "com.azure.resourcemanager.fluidrelay.models.FluidRelayServer.type()"
name: "type()"
nameWithType: "FluidRelayServer.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.fluidrelay.models.FluidRelayServer.update()"
fullName: "com.azure.resourcemanager.fluidrelay.models.FluidRelayServer.update()"
name: "update()"
nameWithType: "FluidRelayServer.update()"
summary: "Begins update for the Fluid<wbr>Relay<wbr>Server resource."
modifiers:
- "abstract"
syntax: "public abstract FluidRelayServer.Update update()"
desc: "Begins update for the FluidRelayServer resource."
returns:
description: "the stage of resource update."
type: "<xref href=\"com.azure.resourcemanager.fluidrelay.models.FluidRelayServer.Update?alt=com.azure.resourcemanager.fluidrelay.models.FluidRelayServer.Update&text=Update\" data-throw-if-not-resolved=\"False\" />"
type: "interface"
desc: "An immutable client-side representation of FluidRelayServer."
metadata: {}
package: "com.azure.resourcemanager.fluidrelay.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-fluidrelay:1.0.0