223 строки
17 KiB
YAML
223 строки
17 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.dashboard.models.PrivateEndpointConnections"
|
|
fullName: "com.azure.resourcemanager.dashboard.models.PrivateEndpointConnections"
|
|
name: "PrivateEndpointConnections"
|
|
nameWithType: "PrivateEndpointConnections"
|
|
summary: "Resource collection API of Private<wbr>Endpoint<wbr>Connections."
|
|
syntax: "public interface **PrivateEndpointConnections**"
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.dashboard.models.PrivateEndpointConnections.define(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.dashboard.models.PrivateEndpointConnections.define(String name)"
|
|
name: "define(String name)"
|
|
nameWithType: "PrivateEndpointConnections.define(String name)"
|
|
summary: "Begins definition for a new Private<wbr>Endpoint<wbr>Connection 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 PrivateEndpointConnection.DefinitionStages.Blank define(String name)"
|
|
desc: "Begins definition for a new PrivateEndpointConnection resource."
|
|
returns:
|
|
description: "the first stage of the new PrivateEndpointConnection definition."
|
|
type: "<xref href=\"com.azure.resourcemanager.dashboard.models.PrivateEndpointConnection.DefinitionStages.Blank?alt=com.azure.resourcemanager.dashboard.models.PrivateEndpointConnection.DefinitionStages.Blank&text=Blank\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.dashboard.models.PrivateEndpointConnections.delete(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.dashboard.models.PrivateEndpointConnections.delete(String resourceGroupName, String workspaceName, String privateEndpointConnectionName)"
|
|
name: "delete(String resourceGroupName, String workspaceName, String privateEndpointConnectionName)"
|
|
nameWithType: "PrivateEndpointConnections.delete(String resourceGroupName, String workspaceName, String privateEndpointConnectionName)"
|
|
summary: "Delete private endpoint connection."
|
|
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 workspace name of Azure Managed Grafana."
|
|
name: "workspaceName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The private endpoint connection name of Azure Managed Grafana."
|
|
name: "privateEndpointConnectionName"
|
|
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 workspaceName, String privateEndpointConnectionName)"
|
|
desc: "Delete private endpoint connection."
|
|
- uid: "com.azure.resourcemanager.dashboard.models.PrivateEndpointConnections.delete(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.dashboard.models.PrivateEndpointConnections.delete(String resourceGroupName, String workspaceName, String privateEndpointConnectionName, Context context)"
|
|
name: "delete(String resourceGroupName, String workspaceName, String privateEndpointConnectionName, Context context)"
|
|
nameWithType: "PrivateEndpointConnections.delete(String resourceGroupName, String workspaceName, String privateEndpointConnectionName, Context context)"
|
|
summary: "Delete private endpoint connection."
|
|
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 workspace name of Azure Managed Grafana."
|
|
name: "workspaceName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The private endpoint connection name of Azure Managed Grafana."
|
|
name: "privateEndpointConnectionName"
|
|
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 workspaceName, String privateEndpointConnectionName, Context context)"
|
|
desc: "Delete private endpoint connection."
|
|
- uid: "com.azure.resourcemanager.dashboard.models.PrivateEndpointConnections.deleteById(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.dashboard.models.PrivateEndpointConnections.deleteById(String id)"
|
|
name: "deleteById(String id)"
|
|
nameWithType: "PrivateEndpointConnections.deleteById(String id)"
|
|
summary: "Delete private endpoint connection."
|
|
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 private endpoint connection."
|
|
- uid: "com.azure.resourcemanager.dashboard.models.PrivateEndpointConnections.deleteByIdWithResponse(java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.dashboard.models.PrivateEndpointConnections.deleteByIdWithResponse(String id, Context context)"
|
|
name: "deleteByIdWithResponse(String id, Context context)"
|
|
nameWithType: "PrivateEndpointConnections.deleteByIdWithResponse(String id, Context context)"
|
|
summary: "Delete private endpoint connection."
|
|
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: "Delete private endpoint connection."
|
|
- uid: "com.azure.resourcemanager.dashboard.models.PrivateEndpointConnections.get(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.dashboard.models.PrivateEndpointConnections.get(String resourceGroupName, String workspaceName, String privateEndpointConnectionName)"
|
|
name: "get(String resourceGroupName, String workspaceName, String privateEndpointConnectionName)"
|
|
nameWithType: "PrivateEndpointConnections.get(String resourceGroupName, String workspaceName, String privateEndpointConnectionName)"
|
|
summary: "Get private endpoint connections."
|
|
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 workspace name of Azure Managed Grafana."
|
|
name: "workspaceName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The private endpoint connection name of Azure Managed Grafana."
|
|
name: "privateEndpointConnectionName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract PrivateEndpointConnection get(String resourceGroupName, String workspaceName, String privateEndpointConnectionName)"
|
|
desc: "Get private endpoint connections."
|
|
returns:
|
|
description: "private endpoint connections."
|
|
type: "<xref href=\"com.azure.resourcemanager.dashboard.models.PrivateEndpointConnection?alt=com.azure.resourcemanager.dashboard.models.PrivateEndpointConnection&text=PrivateEndpointConnection\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.dashboard.models.PrivateEndpointConnections.getById(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.dashboard.models.PrivateEndpointConnections.getById(String id)"
|
|
name: "getById(String id)"
|
|
nameWithType: "PrivateEndpointConnections.getById(String id)"
|
|
summary: "Get private endpoint connections."
|
|
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 PrivateEndpointConnection getById(String id)"
|
|
desc: "Get private endpoint connections."
|
|
returns:
|
|
description: "private endpoint connections 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.dashboard.models.PrivateEndpointConnection?alt=com.azure.resourcemanager.dashboard.models.PrivateEndpointConnection&text=PrivateEndpointConnection\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.dashboard.models.PrivateEndpointConnections.getByIdWithResponse(java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.dashboard.models.PrivateEndpointConnections.getByIdWithResponse(String id, Context context)"
|
|
name: "getByIdWithResponse(String id, Context context)"
|
|
nameWithType: "PrivateEndpointConnections.getByIdWithResponse(String id, Context context)"
|
|
summary: "Get private endpoint connections."
|
|
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<PrivateEndpointConnection> getByIdWithResponse(String id, Context context)"
|
|
desc: "Get private endpoint connections."
|
|
returns:
|
|
description: "private endpoint connections 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\" /><<xref href=\"com.azure.resourcemanager.dashboard.models.PrivateEndpointConnection?alt=com.azure.resourcemanager.dashboard.models.PrivateEndpointConnection&text=PrivateEndpointConnection\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.dashboard.models.PrivateEndpointConnections.getWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.dashboard.models.PrivateEndpointConnections.getWithResponse(String resourceGroupName, String workspaceName, String privateEndpointConnectionName, Context context)"
|
|
name: "getWithResponse(String resourceGroupName, String workspaceName, String privateEndpointConnectionName, Context context)"
|
|
nameWithType: "PrivateEndpointConnections.getWithResponse(String resourceGroupName, String workspaceName, String privateEndpointConnectionName, Context context)"
|
|
summary: "Get private endpoint connections."
|
|
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 workspace name of Azure Managed Grafana."
|
|
name: "workspaceName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The private endpoint connection name of Azure Managed Grafana."
|
|
name: "privateEndpointConnectionName"
|
|
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<PrivateEndpointConnection> getWithResponse(String resourceGroupName, String workspaceName, String privateEndpointConnectionName, Context context)"
|
|
desc: "Get private endpoint connections."
|
|
returns:
|
|
description: "private endpoint connections 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\" /><<xref href=\"com.azure.resourcemanager.dashboard.models.PrivateEndpointConnection?alt=com.azure.resourcemanager.dashboard.models.PrivateEndpointConnection&text=PrivateEndpointConnection\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.dashboard.models.PrivateEndpointConnections.list(java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.dashboard.models.PrivateEndpointConnections.list(String resourceGroupName, String workspaceName)"
|
|
name: "list(String resourceGroupName, String workspaceName)"
|
|
nameWithType: "PrivateEndpointConnections.list(String resourceGroupName, String workspaceName)"
|
|
summary: "Get private endpoint connection."
|
|
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 workspace name of Azure Managed Grafana."
|
|
name: "workspaceName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract PagedIterable<PrivateEndpointConnection> list(String resourceGroupName, String workspaceName)"
|
|
desc: "Get private endpoint connection."
|
|
returns:
|
|
description: "private endpoint connection 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\" /><<xref href=\"com.azure.resourcemanager.dashboard.models.PrivateEndpointConnection?alt=com.azure.resourcemanager.dashboard.models.PrivateEndpointConnection&text=PrivateEndpointConnection\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.dashboard.models.PrivateEndpointConnections.list(java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.dashboard.models.PrivateEndpointConnections.list(String resourceGroupName, String workspaceName, Context context)"
|
|
name: "list(String resourceGroupName, String workspaceName, Context context)"
|
|
nameWithType: "PrivateEndpointConnections.list(String resourceGroupName, String workspaceName, Context context)"
|
|
summary: "Get private endpoint connection."
|
|
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 workspace name of Azure Managed Grafana."
|
|
name: "workspaceName"
|
|
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<PrivateEndpointConnection> list(String resourceGroupName, String workspaceName, Context context)"
|
|
desc: "Get private endpoint connection."
|
|
returns:
|
|
description: "private endpoint connection 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\" /><<xref href=\"com.azure.resourcemanager.dashboard.models.PrivateEndpointConnection?alt=com.azure.resourcemanager.dashboard.models.PrivateEndpointConnection&text=PrivateEndpointConnection\" data-throw-if-not-resolved=\"False\" />>"
|
|
type: "interface"
|
|
desc: "Resource collection API of PrivateEndpointConnections."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.dashboard.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-dashboard:1.0.0
|