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

265 строки
18 KiB
YAML
Исходник Постоянная ссылка Обычный вид История

### YamlMime:JavaType
uid: "com.azure.resourcemanager.devtestlabs.models.Policies"
fullName: "com.azure.resourcemanager.devtestlabs.models.Policies"
name: "Policies"
nameWithType: "Policies"
summary: "Resource collection API of Policies."
syntax: "public interface **Policies**"
methods:
- uid: "com.azure.resourcemanager.devtestlabs.models.Policies.define(java.lang.String)"
fullName: "com.azure.resourcemanager.devtestlabs.models.Policies.define(String name)"
name: "define(String name)"
nameWithType: "Policies.define(String name)"
summary: "Begins definition for a new Policy 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 Policy.DefinitionStages.Blank define(String name)"
desc: "Begins definition for a new Policy resource."
returns:
description: "the first stage of the new Policy definition."
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.models.Policy.DefinitionStages.Blank?alt=com.azure.resourcemanager.devtestlabs.models.Policy.DefinitionStages.Blank&text=Blank\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.devtestlabs.models.Policies.delete(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.devtestlabs.models.Policies.delete(String resourceGroupName, String labName, String policySetName, String name)"
name: "delete(String resourceGroupName, String labName, String policySetName, String name)"
nameWithType: "Policies.delete(String resourceGroupName, String labName, String policySetName, String name)"
summary: "Delete policy."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the lab."
name: "labName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the policy set."
name: "policySetName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the policy."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract void delete(String resourceGroupName, String labName, String policySetName, String name)"
desc: "Delete policy."
- uid: "com.azure.resourcemanager.devtestlabs.models.Policies.deleteById(java.lang.String)"
fullName: "com.azure.resourcemanager.devtestlabs.models.Policies.deleteById(String id)"
name: "deleteById(String id)"
nameWithType: "Policies.deleteById(String id)"
summary: "Delete policy."
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: "Delete policy."
- uid: "com.azure.resourcemanager.devtestlabs.models.Policies.deleteByIdWithResponse(java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.devtestlabs.models.Policies.deleteByIdWithResponse(String id, Context context)"
name: "deleteByIdWithResponse(String id, Context context)"
nameWithType: "Policies.deleteByIdWithResponse(String id, Context context)"
summary: "Delete policy."
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<Void> deleteByIdWithResponse(String id, Context context)"
desc: "Delete policy."
returns:
description: "the <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;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.devtestlabs.models.Policies.deleteWithResponse(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.devtestlabs.models.Policies.deleteWithResponse(String resourceGroupName, String labName, String policySetName, String name, Context context)"
name: "deleteWithResponse(String resourceGroupName, String labName, String policySetName, String name, Context context)"
nameWithType: "Policies.deleteWithResponse(String resourceGroupName, String labName, String policySetName, String name, Context context)"
summary: "Delete policy."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the lab."
name: "labName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the policy set."
name: "policySetName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the policy."
name: "name"
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<Void> deleteWithResponse(String resourceGroupName, String labName, String policySetName, String name, Context context)"
desc: "Delete policy."
returns:
description: "the <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;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.devtestlabs.models.Policies.get(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.devtestlabs.models.Policies.get(String resourceGroupName, String labName, String policySetName, String name)"
name: "get(String resourceGroupName, String labName, String policySetName, String name)"
nameWithType: "Policies.get(String resourceGroupName, String labName, String policySetName, String name)"
summary: "Get policy."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the lab."
name: "labName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the policy set."
name: "policySetName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the policy."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Policy get(String resourceGroupName, String labName, String policySetName, String name)"
desc: "Get policy."
returns:
description: "policy."
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.models.Policy?alt=com.azure.resourcemanager.devtestlabs.models.Policy&text=Policy\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.devtestlabs.models.Policies.getById(java.lang.String)"
fullName: "com.azure.resourcemanager.devtestlabs.models.Policies.getById(String id)"
name: "getById(String id)"
nameWithType: "Policies.getById(String id)"
summary: "Get policy."
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 Policy getById(String id)"
desc: "Get policy."
returns:
description: "policy 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.devtestlabs.models.Policy?alt=com.azure.resourcemanager.devtestlabs.models.Policy&text=Policy\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.devtestlabs.models.Policies.getByIdWithResponse(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.devtestlabs.models.Policies.getByIdWithResponse(String id, String expand, Context context)"
name: "getByIdWithResponse(String id, String expand, Context context)"
nameWithType: "Policies.getByIdWithResponse(String id, String expand, Context context)"
summary: "Get policy."
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: "Specify the $expand query. Example: 'properties($select=description)'."
name: "expand"
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<Policy> getByIdWithResponse(String id, String expand, Context context)"
desc: "Get policy."
returns:
description: "policy 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.devtestlabs.models.Policy?alt=com.azure.resourcemanager.devtestlabs.models.Policy&text=Policy\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.devtestlabs.models.Policies.getWithResponse(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.devtestlabs.models.Policies.getWithResponse(String resourceGroupName, String labName, String policySetName, String name, String expand, Context context)"
name: "getWithResponse(String resourceGroupName, String labName, String policySetName, String name, String expand, Context context)"
nameWithType: "Policies.getWithResponse(String resourceGroupName, String labName, String policySetName, String name, String expand, Context context)"
summary: "Get policy."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the lab."
name: "labName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the policy set."
name: "policySetName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the policy."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Specify the $expand query. Example: 'properties($select=description)'."
name: "expand"
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<Policy> getWithResponse(String resourceGroupName, String labName, String policySetName, String name, String expand, Context context)"
desc: "Get policy."
returns:
description: "policy 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.devtestlabs.models.Policy?alt=com.azure.resourcemanager.devtestlabs.models.Policy&text=Policy\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.devtestlabs.models.Policies.list(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.devtestlabs.models.Policies.list(String resourceGroupName, String labName, String policySetName)"
name: "list(String resourceGroupName, String labName, String policySetName)"
nameWithType: "Policies.list(String resourceGroupName, String labName, String policySetName)"
summary: "List policies in a given policy set."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the lab."
name: "labName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the policy set."
name: "policySetName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PagedIterable<Policy> list(String resourceGroupName, String labName, String policySetName)"
desc: "List policies in a given policy set."
returns:
description: "the response of a list operation 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.devtestlabs.models.Policy?alt=com.azure.resourcemanager.devtestlabs.models.Policy&text=Policy\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.devtestlabs.models.Policies.list(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.Integer,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.devtestlabs.models.Policies.list(String resourceGroupName, String labName, String policySetName, String expand, String filter, Integer top, String orderby, Context context)"
name: "list(String resourceGroupName, String labName, String policySetName, String expand, String filter, Integer top, String orderby, Context context)"
nameWithType: "Policies.list(String resourceGroupName, String labName, String policySetName, String expand, String filter, Integer top, String orderby, Context context)"
summary: "List policies in a given policy set."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the lab."
name: "labName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the policy set."
name: "policySetName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Specify the $expand query. Example: 'properties($select=description)'."
name: "expand"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The filter to apply to the operation. Example: '$filter=contains(name,'myName')."
name: "filter"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The maximum number of resources to return from the operation. Example: '$top=10'."
name: "top"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
- description: "The ordering expression for the results, using OData notation. Example: '$orderby=name desc'."
name: "orderby"
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<Policy> list(String resourceGroupName, String labName, String policySetName, String expand, String filter, Integer top, String orderby, Context context)"
desc: "List policies in a given policy set."
returns:
description: "the response of a list operation 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.devtestlabs.models.Policy?alt=com.azure.resourcemanager.devtestlabs.models.Policy&text=Policy\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "Resource collection API of Policies."
metadata: {}
package: "com.azure.resourcemanager.devtestlabs.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-devtestlabs:1.0.0