69 строки
6.6 KiB
YAML
69 строки
6.6 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.operationsmanagement.v2015_11_01_preview.ManagementAssociation"
|
|
fullName: "com.microsoft.azure.management.operationsmanagement.v2015_11_01_preview.ManagementAssociation"
|
|
name: "ManagementAssociation"
|
|
nameWithType: "ManagementAssociation"
|
|
summary: "Type representing Management<wbr>Association."
|
|
syntax: "public interface **ManagementAssociation**</br> extends <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.operationsmanagement.v2015_11_01_preview.implementation.ManagementAssociationInner?alt=com.microsoft.azure.management.operationsmanagement.v2015_11_01_preview.implementation.ManagementAssociationInner&text=ManagementAssociationInner\" data-throw-if-not-resolved=\"False\" />>, <xref href=\"com.microsoft.azure.arm.model.Indexable?alt=com.microsoft.azure.arm.model.Indexable&text=Indexable\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.microsoft.azure.arm.model.Updatable?alt=com.microsoft.azure.arm.model.Updatable&text=Updatable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.operationsmanagement.v2015_11_01_preview.ManagementAssociation.Update?alt=com.microsoft.azure.management.operationsmanagement.v2015_11_01_preview.ManagementAssociation.Update&text=Update\" data-throw-if-not-resolved=\"False\" />>, <xref href=\"com.microsoft.azure.arm.resources.models.HasManager?alt=com.microsoft.azure.arm.resources.models.HasManager&text=HasManager\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.operationsmanagement.v2015_11_01_preview.implementation.OperationsManagementManager?alt=com.microsoft.azure.management.operationsmanagement.v2015_11_01_preview.implementation.OperationsManagementManager&text=OperationsManagementManager\" data-throw-if-not-resolved=\"False\" />>"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.operationsmanagement.v2015_11_01_preview.ManagementAssociation.id()"
|
|
fullName: "com.microsoft.azure.management.operationsmanagement.v2015_11_01_preview.ManagementAssociation.id()"
|
|
name: "id()"
|
|
nameWithType: "ManagementAssociation.id()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String id()"
|
|
returns:
|
|
description: "the id value."
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.operationsmanagement.v2015_11_01_preview.ManagementAssociation.location()"
|
|
fullName: "com.microsoft.azure.management.operationsmanagement.v2015_11_01_preview.ManagementAssociation.location()"
|
|
name: "location()"
|
|
nameWithType: "ManagementAssociation.location()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String location()"
|
|
returns:
|
|
description: "the location value."
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.operationsmanagement.v2015_11_01_preview.ManagementAssociation.name()"
|
|
fullName: "com.microsoft.azure.management.operationsmanagement.v2015_11_01_preview.ManagementAssociation.name()"
|
|
name: "name()"
|
|
nameWithType: "ManagementAssociation.name()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String name()"
|
|
returns:
|
|
description: "the name value."
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.operationsmanagement.v2015_11_01_preview.ManagementAssociation.properties()"
|
|
fullName: "com.microsoft.azure.management.operationsmanagement.v2015_11_01_preview.ManagementAssociation.properties()"
|
|
name: "properties()"
|
|
nameWithType: "ManagementAssociation.properties()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract ManagementAssociationProperties properties()"
|
|
returns:
|
|
description: "the properties value."
|
|
type: "<xref href=\"com.microsoft.azure.management.operationsmanagement.v2015_11_01_preview.ManagementAssociationProperties?alt=com.microsoft.azure.management.operationsmanagement.v2015_11_01_preview.ManagementAssociationProperties&text=ManagementAssociationProperties\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.operationsmanagement.v2015_11_01_preview.ManagementAssociation.type()"
|
|
fullName: "com.microsoft.azure.management.operationsmanagement.v2015_11_01_preview.ManagementAssociation.type()"
|
|
name: "type()"
|
|
nameWithType: "ManagementAssociation.type()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String type()"
|
|
returns:
|
|
description: "the type value."
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "interface"
|
|
desc: "Type representing ManagementAssociation."
|
|
implements:
|
|
- "<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.operationsmanagement.v2015_11_01_preview.implementation.ManagementAssociationInner?alt=com.microsoft.azure.management.operationsmanagement.v2015_11_01_preview.implementation.ManagementAssociationInner&text=ManagementAssociationInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- "<xref href=\"com.microsoft.azure.arm.model.Indexable?alt=com.microsoft.azure.arm.model.Indexable&text=Indexable\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.microsoft.azure.arm.model.Updatable?alt=com.microsoft.azure.arm.model.Updatable&text=Updatable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.operationsmanagement.v2015_11_01_preview.ManagementAssociation.Update?alt=com.microsoft.azure.management.operationsmanagement.v2015_11_01_preview.ManagementAssociation.Update&text=Update\" data-throw-if-not-resolved=\"False\" />>"
|
|
- "<xref href=\"com.microsoft.azure.arm.resources.models.HasManager?alt=com.microsoft.azure.arm.resources.models.HasManager&text=HasManager\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.operationsmanagement.v2015_11_01_preview.implementation.OperationsManagementManager?alt=com.microsoft.azure.management.operationsmanagement.v2015_11_01_preview.implementation.OperationsManagementManager&text=OperationsManagementManager\" data-throw-if-not-resolved=\"False\" />>"
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.operationsmanagement.v2015_11_01_preview"
|
|
artifact: com.microsoft.azure.operationsmanagement.v2015_11_01_preview:azure-mgmt-operationsmanagement:1.0.0-beta
|