105 строки
9.3 KiB
YAML
105 строки
9.3 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.Diagnostics"
|
|
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.Diagnostics"
|
|
name: "Diagnostics"
|
|
nameWithType: "Diagnostics"
|
|
summary: "Type representing Diagnostics."
|
|
syntax: "public interface **Diagnostics**</br> extends <xref href=\"com.microsoft.azure.arm.collection.SupportsCreating?alt=com.microsoft.azure.arm.collection.SupportsCreating&text=SupportsCreating\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.DiagnosticContract.DefinitionStages.Blank?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.DiagnosticContract.DefinitionStages.Blank&text=Blank\" data-throw-if-not-resolved=\"False\" />>, <xref href=\"com.microsoft.azure.arm.model.HasInner?alt=com.microsoft.azure.arm.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.DiagnosticsInner?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.DiagnosticsInner&text=DiagnosticsInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.Diagnostics.deleteAsync(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.Diagnostics.deleteAsync(String resourceGroupName, String serviceName, String diagnosticId, String ifMatch)"
|
|
name: "deleteAsync(String resourceGroupName, String serviceName, String diagnosticId, String ifMatch)"
|
|
nameWithType: "Diagnostics.deleteAsync(String resourceGroupName, String serviceName, String diagnosticId, String ifMatch)"
|
|
summary: "Deletes the specified Diagnostic."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group."
|
|
name: "resourceGroupName"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "The name of the API Management service."
|
|
name: "serviceName"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "Diagnostic identifier. Must be unique in the current API Management service instance."
|
|
name: "diagnosticId"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "ETag of the Entity. ETag should match the current entity state from the header response of the GET request or it should be * for unconditional update."
|
|
name: "ifMatch"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Completable deleteAsync(String resourceGroupName, String serviceName, String diagnosticId, String ifMatch)"
|
|
desc: "Deletes the specified Diagnostic."
|
|
returns:
|
|
description: "the observable for the request"
|
|
type: "<xref href=\"rx.Completable?alt=rx.Completable&text=Completable\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.Diagnostics.getAsync(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.Diagnostics.getAsync(String resourceGroupName, String serviceName, String diagnosticId)"
|
|
name: "getAsync(String resourceGroupName, String serviceName, String diagnosticId)"
|
|
nameWithType: "Diagnostics.getAsync(String resourceGroupName, String serviceName, String diagnosticId)"
|
|
summary: "Gets the details of the Diagnostic specified by its identifier."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group."
|
|
name: "resourceGroupName"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "The name of the API Management service."
|
|
name: "serviceName"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "Diagnostic identifier. Must be unique in the current API Management service instance."
|
|
name: "diagnosticId"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Observable<ApiDiagnosticContract> getAsync(String resourceGroupName, String serviceName, String diagnosticId)"
|
|
desc: "Gets the details of the Diagnostic specified by its identifier."
|
|
returns:
|
|
description: "the observable for the request"
|
|
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.ApiDiagnosticContract?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.ApiDiagnosticContract&text=ApiDiagnosticContract\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.Diagnostics.getEntityTagAsync(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.Diagnostics.getEntityTagAsync(String resourceGroupName, String serviceName, String diagnosticId)"
|
|
name: "getEntityTagAsync(String resourceGroupName, String serviceName, String diagnosticId)"
|
|
nameWithType: "Diagnostics.getEntityTagAsync(String resourceGroupName, String serviceName, String diagnosticId)"
|
|
summary: "Gets the entity state (Etag) version of the Diagnostic specified by its identifier."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group."
|
|
name: "resourceGroupName"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "The name of the API Management service."
|
|
name: "serviceName"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "Diagnostic identifier. Must be unique in the current API Management service instance."
|
|
name: "diagnosticId"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Completable getEntityTagAsync(String resourceGroupName, String serviceName, String diagnosticId)"
|
|
desc: "Gets the entity state (Etag) version of the Diagnostic specified by its identifier."
|
|
returns:
|
|
description: "the observable for the request"
|
|
type: "<xref href=\"rx.Completable?alt=rx.Completable&text=Completable\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.Diagnostics.listByServiceAsync(java.lang.String,java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.Diagnostics.listByServiceAsync(String resourceGroupName, String serviceName)"
|
|
name: "listByServiceAsync(String resourceGroupName, String serviceName)"
|
|
nameWithType: "Diagnostics.listByServiceAsync(String resourceGroupName, String serviceName)"
|
|
summary: "Lists all diagnostics of the API Management service instance."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group."
|
|
name: "resourceGroupName"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "The name of the API Management service."
|
|
name: "serviceName"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Observable<ApiDiagnosticContract> listByServiceAsync(String resourceGroupName, String serviceName)"
|
|
desc: "Lists all diagnostics of the API Management service instance."
|
|
returns:
|
|
description: "the observable for the request"
|
|
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.ApiDiagnosticContract?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.ApiDiagnosticContract&text=ApiDiagnosticContract\" data-throw-if-not-resolved=\"False\" />>"
|
|
type: "interface"
|
|
desc: "Type representing Diagnostics."
|
|
implements:
|
|
- "<xref href=\"com.microsoft.azure.arm.collection.SupportsCreating?alt=com.microsoft.azure.arm.collection.SupportsCreating&text=SupportsCreating\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.DiagnosticContract.DefinitionStages.Blank?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.DiagnosticContract.DefinitionStages.Blank&text=Blank\" data-throw-if-not-resolved=\"False\" />>"
|
|
- "<xref href=\"com.microsoft.azure.arm.model.HasInner?alt=com.microsoft.azure.arm.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.DiagnosticsInner?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.DiagnosticsInner&text=DiagnosticsInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.apimanagement.v2019_01_01"
|
|
artifact: com.microsoft.azure.apimanagement.v2019_01_01:azure-mgmt-apimanagement:1.0.0-beta-1
|