58 строки
3.7 KiB
YAML
58 строки
3.7 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.loganalytics.models.Gateways"
|
|
fullName: "com.azure.resourcemanager.loganalytics.models.Gateways"
|
|
name: "Gateways"
|
|
nameWithType: "Gateways"
|
|
summary: "Resource collection API of Gateways."
|
|
syntax: "public interface **Gateways**"
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.loganalytics.models.Gateways.delete(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.loganalytics.models.Gateways.delete(String resourceGroupName, String workspaceName, String gatewayId)"
|
|
name: "delete(String resourceGroupName, String workspaceName, String gatewayId)"
|
|
nameWithType: "Gateways.delete(String resourceGroupName, String workspaceName, String gatewayId)"
|
|
summary: "Delete a Log Analytics gateway."
|
|
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 name of the workspace."
|
|
name: "workspaceName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The Log Analytics gateway Id."
|
|
name: "gatewayId"
|
|
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 gatewayId)"
|
|
desc: "Delete a Log Analytics gateway."
|
|
- uid: "com.azure.resourcemanager.loganalytics.models.Gateways.deleteWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.loganalytics.models.Gateways.deleteWithResponse(String resourceGroupName, String workspaceName, String gatewayId, Context context)"
|
|
name: "deleteWithResponse(String resourceGroupName, String workspaceName, String gatewayId, Context context)"
|
|
nameWithType: "Gateways.deleteWithResponse(String resourceGroupName, String workspaceName, String gatewayId, Context context)"
|
|
summary: "Delete a Log Analytics gateway."
|
|
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 name of the workspace."
|
|
name: "workspaceName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The Log Analytics gateway Id."
|
|
name: "gatewayId"
|
|
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 workspaceName, String gatewayId, Context context)"
|
|
desc: "Delete a Log Analytics gateway."
|
|
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\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>"
|
|
type: "interface"
|
|
desc: "Resource collection API of Gateways."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.loganalytics.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-loganalytics:1.0.0
|