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

362 строки
30 KiB
YAML
Исходник Обычный вид История

### YamlMime:JavaType
uid: "com.azure.resourcemanager.managednetworkfabric.models.L3IsolationDomains"
fullName: "com.azure.resourcemanager.managednetworkfabric.models.L3IsolationDomains"
name: "L3IsolationDomains"
nameWithType: "L3IsolationDomains"
summary: "Resource collection API of L3Isolation<wbr>Domains."
syntax: "public interface **L3IsolationDomains**"
methods:
- uid: "com.azure.resourcemanager.managednetworkfabric.models.L3IsolationDomains.commitConfiguration(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.managednetworkfabric.models.L3IsolationDomains.commitConfiguration(String resourceGroupName, String l3IsolationDomainName)"
name: "commitConfiguration(String resourceGroupName, String l3IsolationDomainName)"
nameWithType: "L3IsolationDomains.commitConfiguration(String resourceGroupName, String l3IsolationDomainName)"
summary: "Execute the commit on the resources."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the L3 Isolation Domain."
name: "l3IsolationDomainName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract CommonPostActionResponseForStateUpdate commitConfiguration(String resourceGroupName, String l3IsolationDomainName)"
desc: "Execute the commit on the resources.\n\nCommits the configuration of the given resources."
returns:
description: "common response for the state updates."
type: "<xref href=\"com.azure.resourcemanager.managednetworkfabric.models.CommonPostActionResponseForStateUpdate?alt=com.azure.resourcemanager.managednetworkfabric.models.CommonPostActionResponseForStateUpdate&text=CommonPostActionResponseForStateUpdate\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.managednetworkfabric.models.L3IsolationDomains.commitConfiguration(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.managednetworkfabric.models.L3IsolationDomains.commitConfiguration(String resourceGroupName, String l3IsolationDomainName, Context context)"
name: "commitConfiguration(String resourceGroupName, String l3IsolationDomainName, Context context)"
nameWithType: "L3IsolationDomains.commitConfiguration(String resourceGroupName, String l3IsolationDomainName, Context context)"
summary: "Execute the commit on the resources."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the L3 Isolation Domain."
name: "l3IsolationDomainName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- 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 CommonPostActionResponseForStateUpdate commitConfiguration(String resourceGroupName, String l3IsolationDomainName, Context context)"
desc: "Execute the commit on the resources.\n\nCommits the configuration of the given resources."
returns:
description: "common response for the state updates."
type: "<xref href=\"com.azure.resourcemanager.managednetworkfabric.models.CommonPostActionResponseForStateUpdate?alt=com.azure.resourcemanager.managednetworkfabric.models.CommonPostActionResponseForStateUpdate&text=CommonPostActionResponseForStateUpdate\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.managednetworkfabric.models.L3IsolationDomains.define(java.lang.String)"
fullName: "com.azure.resourcemanager.managednetworkfabric.models.L3IsolationDomains.define(String name)"
name: "define(String name)"
nameWithType: "L3IsolationDomains.define(String name)"
summary: "Begins definition for a new L3Isolation<wbr>Domain resource."
modifiers:
- "abstract"
parameters:
- description: "resource name."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract L3IsolationDomain.DefinitionStages.Blank define(String name)"
desc: "Begins definition for a new L3IsolationDomain resource."
returns:
description: "the first stage of the new L3IsolationDomain definition."
type: "<xref href=\"com.azure.resourcemanager.managednetworkfabric.models.L3IsolationDomain.DefinitionStages.Blank?alt=com.azure.resourcemanager.managednetworkfabric.models.L3IsolationDomain.DefinitionStages.Blank&text=Blank\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.managednetworkfabric.models.L3IsolationDomains.delete(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.managednetworkfabric.models.L3IsolationDomains.delete(String resourceGroupName, String l3IsolationDomainName, Context context)"
name: "delete(String resourceGroupName, String l3IsolationDomainName, Context context)"
nameWithType: "L3IsolationDomains.delete(String resourceGroupName, String l3IsolationDomainName, Context context)"
summary: "Deletes a L3 Isolation Domain."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the L3 Isolation Domain."
name: "l3IsolationDomainName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- 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(String resourceGroupName, String l3IsolationDomainName, Context context)"
desc: "Deletes a L3 Isolation Domain.\n\nDeletes layer 3 connectivity between compute nodes by managed by named L3 Isolation name."
- uid: "com.azure.resourcemanager.managednetworkfabric.models.L3IsolationDomains.deleteById(java.lang.String)"
fullName: "com.azure.resourcemanager.managednetworkfabric.models.L3IsolationDomains.deleteById(String id)"
name: "deleteById(String id)"
nameWithType: "L3IsolationDomains.deleteById(String id)"
summary: "Deletes a L3 Isolation Domain."
modifiers:
- "abstract"
parameters:
- description: "the resource ID."
name: "id"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract void deleteById(String id)"
desc: "Deletes a L3 Isolation Domain.\n\nDeletes layer 3 connectivity between compute nodes by managed by named L3 Isolation name."
- uid: "com.azure.resourcemanager.managednetworkfabric.models.L3IsolationDomains.deleteByIdWithResponse(java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.managednetworkfabric.models.L3IsolationDomains.deleteByIdWithResponse(String id, Context context)"
name: "deleteByIdWithResponse(String id, Context context)"
nameWithType: "L3IsolationDomains.deleteByIdWithResponse(String id, Context context)"
summary: "Deletes a L3 Isolation Domain."
modifiers:
- "abstract"
parameters:
- description: "the resource ID."
name: "id"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- 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 deleteByIdWithResponse(String id, Context context)"
desc: "Deletes a L3 Isolation Domain.\n\nDeletes layer 3 connectivity between compute nodes by managed by named L3 Isolation name."
- uid: "com.azure.resourcemanager.managednetworkfabric.models.L3IsolationDomains.deleteByResourceGroup(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.managednetworkfabric.models.L3IsolationDomains.deleteByResourceGroup(String resourceGroupName, String l3IsolationDomainName)"
name: "deleteByResourceGroup(String resourceGroupName, String l3IsolationDomainName)"
nameWithType: "L3IsolationDomains.deleteByResourceGroup(String resourceGroupName, String l3IsolationDomainName)"
summary: "Deletes a L3 Isolation Domain."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the L3 Isolation Domain."
name: "l3IsolationDomainName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract void deleteByResourceGroup(String resourceGroupName, String l3IsolationDomainName)"
desc: "Deletes a L3 Isolation Domain.\n\nDeletes layer 3 connectivity between compute nodes by managed by named L3 Isolation name."
- uid: "com.azure.resourcemanager.managednetworkfabric.models.L3IsolationDomains.getById(java.lang.String)"
fullName: "com.azure.resourcemanager.managednetworkfabric.models.L3IsolationDomains.getById(String id)"
name: "getById(String id)"
nameWithType: "L3IsolationDomains.getById(String id)"
summary: "Gets a L3 Isolation Domain."
modifiers:
- "abstract"
parameters:
- description: "the resource ID."
name: "id"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract L3IsolationDomain getById(String id)"
desc: "Gets a L3 Isolation Domain.\n\nRetrieves details of this L3 Isolation Domain."
returns:
description: "the L3 Isolation Domain resource definition 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.resourcemanager.managednetworkfabric.models.L3IsolationDomain?alt=com.azure.resourcemanager.managednetworkfabric.models.L3IsolationDomain&text=L3IsolationDomain\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.managednetworkfabric.models.L3IsolationDomains.getByIdWithResponse(java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.managednetworkfabric.models.L3IsolationDomains.getByIdWithResponse(String id, Context context)"
name: "getByIdWithResponse(String id, Context context)"
nameWithType: "L3IsolationDomains.getByIdWithResponse(String id, Context context)"
summary: "Gets a L3 Isolation Domain."
modifiers:
- "abstract"
parameters:
- description: "the resource ID."
name: "id"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- 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<L3IsolationDomain> getByIdWithResponse(String id, Context context)"
desc: "Gets a L3 Isolation Domain.\n\nRetrieves details of this L3 Isolation Domain."
returns:
description: "the L3 Isolation Domain resource definition 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.managednetworkfabric.models.L3IsolationDomain?alt=com.azure.resourcemanager.managednetworkfabric.models.L3IsolationDomain&text=L3IsolationDomain\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.managednetworkfabric.models.L3IsolationDomains.getByResourceGroup(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.managednetworkfabric.models.L3IsolationDomains.getByResourceGroup(String resourceGroupName, String l3IsolationDomainName)"
name: "getByResourceGroup(String resourceGroupName, String l3IsolationDomainName)"
nameWithType: "L3IsolationDomains.getByResourceGroup(String resourceGroupName, String l3IsolationDomainName)"
summary: "Gets a L3 Isolation Domain."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the L3 Isolation Domain."
name: "l3IsolationDomainName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract L3IsolationDomain getByResourceGroup(String resourceGroupName, String l3IsolationDomainName)"
desc: "Gets a L3 Isolation Domain.\n\nRetrieves details of this L3 Isolation Domain."
returns:
description: "the L3 Isolation Domain resource definition."
type: "<xref href=\"com.azure.resourcemanager.managednetworkfabric.models.L3IsolationDomain?alt=com.azure.resourcemanager.managednetworkfabric.models.L3IsolationDomain&text=L3IsolationDomain\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.managednetworkfabric.models.L3IsolationDomains.getByResourceGroupWithResponse(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.managednetworkfabric.models.L3IsolationDomains.getByResourceGroupWithResponse(String resourceGroupName, String l3IsolationDomainName, Context context)"
name: "getByResourceGroupWithResponse(String resourceGroupName, String l3IsolationDomainName, Context context)"
nameWithType: "L3IsolationDomains.getByResourceGroupWithResponse(String resourceGroupName, String l3IsolationDomainName, Context context)"
summary: "Gets a L3 Isolation Domain."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the L3 Isolation Domain."
name: "l3IsolationDomainName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- 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<L3IsolationDomain> getByResourceGroupWithResponse(String resourceGroupName, String l3IsolationDomainName, Context context)"
desc: "Gets a L3 Isolation Domain.\n\nRetrieves details of this L3 Isolation Domain."
returns:
description: "the L3 Isolation Domain resource definition 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.managednetworkfabric.models.L3IsolationDomain?alt=com.azure.resourcemanager.managednetworkfabric.models.L3IsolationDomain&text=L3IsolationDomain\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.managednetworkfabric.models.L3IsolationDomains.list()"
fullName: "com.azure.resourcemanager.managednetworkfabric.models.L3IsolationDomains.list()"
name: "list()"
nameWithType: "L3IsolationDomains.list()"
summary: "List L3Isolation<wbr>Domains by subscription."
modifiers:
- "abstract"
syntax: "public abstract PagedIterable<L3IsolationDomain> list()"
desc: "List L3IsolationDomains by subscription.\n\nDisplays L3IsolationDomains list by subscription GET method."
returns:
description: "list of L3 Isolation Domains as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.managednetworkfabric.models.L3IsolationDomain?alt=com.azure.resourcemanager.managednetworkfabric.models.L3IsolationDomain&text=L3IsolationDomain\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.managednetworkfabric.models.L3IsolationDomains.list(com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.managednetworkfabric.models.L3IsolationDomains.list(Context context)"
name: "list(Context context)"
nameWithType: "L3IsolationDomains.list(Context context)"
summary: "List L3Isolation<wbr>Domains by subscription."
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 PagedIterable<L3IsolationDomain> list(Context context)"
desc: "List L3IsolationDomains by subscription.\n\nDisplays L3IsolationDomains list by subscription GET method."
returns:
description: "list of L3 Isolation Domains as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.managednetworkfabric.models.L3IsolationDomain?alt=com.azure.resourcemanager.managednetworkfabric.models.L3IsolationDomain&text=L3IsolationDomain\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.managednetworkfabric.models.L3IsolationDomains.listByResourceGroup(java.lang.String)"
fullName: "com.azure.resourcemanager.managednetworkfabric.models.L3IsolationDomains.listByResourceGroup(String resourceGroupName)"
name: "listByResourceGroup(String resourceGroupName)"
nameWithType: "L3IsolationDomains.listByResourceGroup(String resourceGroupName)"
summary: "List L3Isolation<wbr>Domains by resource group."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PagedIterable<L3IsolationDomain> listByResourceGroup(String resourceGroupName)"
desc: "List L3IsolationDomains by resource group.\n\nDisplays L3IsolationDomains list by resource group GET method."
returns:
description: "list of L3 Isolation Domains as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.managednetworkfabric.models.L3IsolationDomain?alt=com.azure.resourcemanager.managednetworkfabric.models.L3IsolationDomain&text=L3IsolationDomain\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.managednetworkfabric.models.L3IsolationDomains.listByResourceGroup(java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.managednetworkfabric.models.L3IsolationDomains.listByResourceGroup(String resourceGroupName, Context context)"
name: "listByResourceGroup(String resourceGroupName, Context context)"
nameWithType: "L3IsolationDomains.listByResourceGroup(String resourceGroupName, Context context)"
summary: "List L3Isolation<wbr>Domains by resource group."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- 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 PagedIterable<L3IsolationDomain> listByResourceGroup(String resourceGroupName, Context context)"
desc: "List L3IsolationDomains by resource group.\n\nDisplays L3IsolationDomains list by resource group GET method."
returns:
description: "list of L3 Isolation Domains as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.managednetworkfabric.models.L3IsolationDomain?alt=com.azure.resourcemanager.managednetworkfabric.models.L3IsolationDomain&text=L3IsolationDomain\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.managednetworkfabric.models.L3IsolationDomains.updateAdministrativeState(java.lang.String,java.lang.String,com.azure.resourcemanager.managednetworkfabric.models.UpdateAdministrativeState)"
fullName: "com.azure.resourcemanager.managednetworkfabric.models.L3IsolationDomains.updateAdministrativeState(String resourceGroupName, String l3IsolationDomainName, UpdateAdministrativeState body)"
name: "updateAdministrativeState(String resourceGroupName, String l3IsolationDomainName, UpdateAdministrativeState body)"
nameWithType: "L3IsolationDomains.updateAdministrativeState(String resourceGroupName, String l3IsolationDomainName, UpdateAdministrativeState body)"
summary: "executes enable operation to the underlying resources."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the L3 Isolation Domain."
name: "l3IsolationDomainName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Request payload."
name: "body"
type: "<xref href=\"com.azure.resourcemanager.managednetworkfabric.models.UpdateAdministrativeState?alt=com.azure.resourcemanager.managednetworkfabric.models.UpdateAdministrativeState&text=UpdateAdministrativeState\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract CommonPostActionResponseForDeviceUpdate updateAdministrativeState(String resourceGroupName, String l3IsolationDomainName, UpdateAdministrativeState body)"
desc: "executes enable operation to the underlying resources.\n\nEnables racks for this Isolation Domain."
returns:
description: "common response for device updates."
type: "<xref href=\"com.azure.resourcemanager.managednetworkfabric.models.CommonPostActionResponseForDeviceUpdate?alt=com.azure.resourcemanager.managednetworkfabric.models.CommonPostActionResponseForDeviceUpdate&text=CommonPostActionResponseForDeviceUpdate\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.managednetworkfabric.models.L3IsolationDomains.updateAdministrativeState(java.lang.String,java.lang.String,com.azure.resourcemanager.managednetworkfabric.models.UpdateAdministrativeState,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.managednetworkfabric.models.L3IsolationDomains.updateAdministrativeState(String resourceGroupName, String l3IsolationDomainName, UpdateAdministrativeState body, Context context)"
name: "updateAdministrativeState(String resourceGroupName, String l3IsolationDomainName, UpdateAdministrativeState body, Context context)"
nameWithType: "L3IsolationDomains.updateAdministrativeState(String resourceGroupName, String l3IsolationDomainName, UpdateAdministrativeState body, Context context)"
summary: "executes enable operation to the underlying resources."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the L3 Isolation Domain."
name: "l3IsolationDomainName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Request payload."
name: "body"
type: "<xref href=\"com.azure.resourcemanager.managednetworkfabric.models.UpdateAdministrativeState?alt=com.azure.resourcemanager.managednetworkfabric.models.UpdateAdministrativeState&text=UpdateAdministrativeState\" 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 CommonPostActionResponseForDeviceUpdate updateAdministrativeState(String resourceGroupName, String l3IsolationDomainName, UpdateAdministrativeState body, Context context)"
desc: "executes enable operation to the underlying resources.\n\nEnables racks for this Isolation Domain."
returns:
description: "common response for device updates."
type: "<xref href=\"com.azure.resourcemanager.managednetworkfabric.models.CommonPostActionResponseForDeviceUpdate?alt=com.azure.resourcemanager.managednetworkfabric.models.CommonPostActionResponseForDeviceUpdate&text=CommonPostActionResponseForDeviceUpdate\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.managednetworkfabric.models.L3IsolationDomains.validateConfiguration(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.managednetworkfabric.models.L3IsolationDomains.validateConfiguration(String resourceGroupName, String l3IsolationDomainName)"
name: "validateConfiguration(String resourceGroupName, String l3IsolationDomainName)"
nameWithType: "L3IsolationDomains.validateConfiguration(String resourceGroupName, String l3IsolationDomainName)"
summary: "Validates the configuration of the resources."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the L3 Isolation Domain."
name: "l3IsolationDomainName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract ValidateConfigurationResponse validateConfiguration(String resourceGroupName, String l3IsolationDomainName)"
desc: "Validates the configuration of the resources."
returns:
description: "the response of the action validate configuration."
type: "<xref href=\"com.azure.resourcemanager.managednetworkfabric.models.ValidateConfigurationResponse?alt=com.azure.resourcemanager.managednetworkfabric.models.ValidateConfigurationResponse&text=ValidateConfigurationResponse\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.managednetworkfabric.models.L3IsolationDomains.validateConfiguration(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.managednetworkfabric.models.L3IsolationDomains.validateConfiguration(String resourceGroupName, String l3IsolationDomainName, Context context)"
name: "validateConfiguration(String resourceGroupName, String l3IsolationDomainName, Context context)"
nameWithType: "L3IsolationDomains.validateConfiguration(String resourceGroupName, String l3IsolationDomainName, Context context)"
summary: "Validates the configuration of the resources."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the L3 Isolation Domain."
name: "l3IsolationDomainName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- 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 ValidateConfigurationResponse validateConfiguration(String resourceGroupName, String l3IsolationDomainName, Context context)"
desc: "Validates the configuration of the resources."
returns:
description: "the response of the action validate configuration."
type: "<xref href=\"com.azure.resourcemanager.managednetworkfabric.models.ValidateConfigurationResponse?alt=com.azure.resourcemanager.managednetworkfabric.models.ValidateConfigurationResponse&text=ValidateConfigurationResponse\" data-throw-if-not-resolved=\"False\" />"
type: "interface"
desc: "Resource collection API of L3IsolationDomains."
metadata: {}
package: "com.azure.resourcemanager.managednetworkfabric.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-managednetworkfabric:1.0.0