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

235 строки
19 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.workloads.models.ProviderInstances"
fullName: "com.azure.resourcemanager.workloads.models.ProviderInstances"
name: "ProviderInstances"
nameWithType: "ProviderInstances"
summary: "Resource collection API of Provider<wbr>Instances."
syntax: "public interface **ProviderInstances**"
methods:
- uid: "com.azure.resourcemanager.workloads.models.ProviderInstances.define(java.lang.String)"
fullName: "com.azure.resourcemanager.workloads.models.ProviderInstances.define(String name)"
name: "define(String name)"
nameWithType: "ProviderInstances.define(String name)"
summary: "Begins definition for a new Provider<wbr>Instance 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 ProviderInstance.DefinitionStages.Blank define(String name)"
desc: "Begins definition for a new ProviderInstance resource."
returns:
description: "the first stage of the new ProviderInstance definition."
type: "<xref href=\"com.azure.resourcemanager.workloads.models.ProviderInstance.DefinitionStages.Blank?alt=com.azure.resourcemanager.workloads.models.ProviderInstance.DefinitionStages.Blank&text=Blank\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.workloads.models.ProviderInstances.delete(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.workloads.models.ProviderInstances.delete(String resourceGroupName, String monitorName, String providerInstanceName)"
name: "delete(String resourceGroupName, String monitorName, String providerInstanceName)"
nameWithType: "ProviderInstances.delete(String resourceGroupName, String monitorName, String providerInstanceName)"
summary: "Deletes a provider instance."
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 SAP monitor resource."
name: "monitorName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the provider instance."
name: "providerInstanceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract OperationStatusResult delete(String resourceGroupName, String monitorName, String providerInstanceName)"
desc: "Deletes a provider instance.\n\nDeletes a provider instance for the specified subscription, resource group, SAP monitor name, and resource name."
returns:
description: "the current status of an async operation."
type: "<xref href=\"com.azure.resourcemanager.workloads.models.OperationStatusResult?alt=com.azure.resourcemanager.workloads.models.OperationStatusResult&text=OperationStatusResult\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.workloads.models.ProviderInstances.delete(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.workloads.models.ProviderInstances.delete(String resourceGroupName, String monitorName, String providerInstanceName, Context context)"
name: "delete(String resourceGroupName, String monitorName, String providerInstanceName, Context context)"
nameWithType: "ProviderInstances.delete(String resourceGroupName, String monitorName, String providerInstanceName, Context context)"
summary: "Deletes a provider instance."
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 SAP monitor resource."
name: "monitorName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the provider instance."
name: "providerInstanceName"
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 OperationStatusResult delete(String resourceGroupName, String monitorName, String providerInstanceName, Context context)"
desc: "Deletes a provider instance.\n\nDeletes a provider instance for the specified subscription, resource group, SAP monitor name, and resource name."
returns:
description: "the current status of an async operation."
type: "<xref href=\"com.azure.resourcemanager.workloads.models.OperationStatusResult?alt=com.azure.resourcemanager.workloads.models.OperationStatusResult&text=OperationStatusResult\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.workloads.models.ProviderInstances.deleteById(java.lang.String)"
fullName: "com.azure.resourcemanager.workloads.models.ProviderInstances.deleteById(String id)"
name: "deleteById(String id)"
nameWithType: "ProviderInstances.deleteById(String id)"
summary: "Deletes a provider instance."
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 OperationStatusResult deleteById(String id)"
desc: "Deletes a provider instance.\n\nDeletes a provider instance for the specified subscription, resource group, SAP monitor name, and resource name."
returns:
description: "the current status of an async operation."
type: "<xref href=\"com.azure.resourcemanager.workloads.models.OperationStatusResult?alt=com.azure.resourcemanager.workloads.models.OperationStatusResult&text=OperationStatusResult\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.workloads.models.ProviderInstances.deleteByIdWithResponse(java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.workloads.models.ProviderInstances.deleteByIdWithResponse(String id, Context context)"
name: "deleteByIdWithResponse(String id, Context context)"
nameWithType: "ProviderInstances.deleteByIdWithResponse(String id, Context context)"
summary: "Deletes a provider instance."
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 OperationStatusResult deleteByIdWithResponse(String id, Context context)"
desc: "Deletes a provider instance.\n\nDeletes a provider instance for the specified subscription, resource group, SAP monitor name, and resource name."
returns:
description: "the current status of an async operation."
type: "<xref href=\"com.azure.resourcemanager.workloads.models.OperationStatusResult?alt=com.azure.resourcemanager.workloads.models.OperationStatusResult&text=OperationStatusResult\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.workloads.models.ProviderInstances.get(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.workloads.models.ProviderInstances.get(String resourceGroupName, String monitorName, String providerInstanceName)"
name: "get(String resourceGroupName, String monitorName, String providerInstanceName)"
nameWithType: "ProviderInstances.get(String resourceGroupName, String monitorName, String providerInstanceName)"
summary: "Gets properties of a provider instance."
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 SAP monitor resource."
name: "monitorName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the provider instance."
name: "providerInstanceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract ProviderInstance get(String resourceGroupName, String monitorName, String providerInstanceName)"
desc: "Gets properties of a provider instance.\n\nGets properties of a provider instance for the specified subscription, resource group, SAP monitor name, and resource name."
returns:
description: "properties of a provider instance for the specified subscription, resource group, SAP monitor name, and\n resource name."
type: "<xref href=\"com.azure.resourcemanager.workloads.models.ProviderInstance?alt=com.azure.resourcemanager.workloads.models.ProviderInstance&text=ProviderInstance\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.workloads.models.ProviderInstances.getById(java.lang.String)"
fullName: "com.azure.resourcemanager.workloads.models.ProviderInstances.getById(String id)"
name: "getById(String id)"
nameWithType: "ProviderInstances.getById(String id)"
summary: "Gets properties of a provider instance."
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 ProviderInstance getById(String id)"
desc: "Gets properties of a provider instance.\n\nGets properties of a provider instance for the specified subscription, resource group, SAP monitor name, and resource name."
returns:
description: "properties of a provider instance for the specified subscription, resource group, SAP monitor name, and\n resource name 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.workloads.models.ProviderInstance?alt=com.azure.resourcemanager.workloads.models.ProviderInstance&text=ProviderInstance\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.workloads.models.ProviderInstances.getByIdWithResponse(java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.workloads.models.ProviderInstances.getByIdWithResponse(String id, Context context)"
name: "getByIdWithResponse(String id, Context context)"
nameWithType: "ProviderInstances.getByIdWithResponse(String id, Context context)"
summary: "Gets properties of a provider instance."
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<ProviderInstance> getByIdWithResponse(String id, Context context)"
desc: "Gets properties of a provider instance.\n\nGets properties of a provider instance for the specified subscription, resource group, SAP monitor name, and resource name."
returns:
description: "properties of a provider instance for the specified subscription, resource group, SAP monitor name, and\n resource name 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.workloads.models.ProviderInstance?alt=com.azure.resourcemanager.workloads.models.ProviderInstance&text=ProviderInstance\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.workloads.models.ProviderInstances.getWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.workloads.models.ProviderInstances.getWithResponse(String resourceGroupName, String monitorName, String providerInstanceName, Context context)"
name: "getWithResponse(String resourceGroupName, String monitorName, String providerInstanceName, Context context)"
nameWithType: "ProviderInstances.getWithResponse(String resourceGroupName, String monitorName, String providerInstanceName, Context context)"
summary: "Gets properties of a provider instance."
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 SAP monitor resource."
name: "monitorName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the provider instance."
name: "providerInstanceName"
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<ProviderInstance> getWithResponse(String resourceGroupName, String monitorName, String providerInstanceName, Context context)"
desc: "Gets properties of a provider instance.\n\nGets properties of a provider instance for the specified subscription, resource group, SAP monitor name, and resource name."
returns:
description: "properties of a provider instance for the specified subscription, resource group, SAP monitor name, and\n resource name 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.workloads.models.ProviderInstance?alt=com.azure.resourcemanager.workloads.models.ProviderInstance&text=ProviderInstance\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.workloads.models.ProviderInstances.list(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.workloads.models.ProviderInstances.list(String resourceGroupName, String monitorName)"
name: "list(String resourceGroupName, String monitorName)"
nameWithType: "ProviderInstances.list(String resourceGroupName, String monitorName)"
summary: "Gets a list of provider instances in the specified SAP monitor."
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 SAP monitor resource."
name: "monitorName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PagedIterable<ProviderInstance> list(String resourceGroupName, String monitorName)"
desc: "Gets a list of provider instances in the specified SAP monitor.\n\nGets a list of provider instances in the specified SAP monitor. The operations returns various properties of each provider instances."
returns:
description: "a list of provider instances in the specified SAP monitor 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.workloads.models.ProviderInstance?alt=com.azure.resourcemanager.workloads.models.ProviderInstance&text=ProviderInstance\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.workloads.models.ProviderInstances.list(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.workloads.models.ProviderInstances.list(String resourceGroupName, String monitorName, Context context)"
name: "list(String resourceGroupName, String monitorName, Context context)"
nameWithType: "ProviderInstances.list(String resourceGroupName, String monitorName, Context context)"
summary: "Gets a list of provider instances in the specified SAP monitor."
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 SAP monitor resource."
name: "monitorName"
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<ProviderInstance> list(String resourceGroupName, String monitorName, Context context)"
desc: "Gets a list of provider instances in the specified SAP monitor.\n\nGets a list of provider instances in the specified SAP monitor. The operations returns various properties of each provider instances."
returns:
description: "a list of provider instances in the specified SAP monitor 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.workloads.models.ProviderInstance?alt=com.azure.resourcemanager.workloads.models.ProviderInstance&text=ProviderInstance\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "Resource collection API of ProviderInstances."
metadata: {}
package: "com.azure.resourcemanager.workloads.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-workloads:1.0.0