azure-docs-sdk-java/docs-ref-autogen/com.microsoft.azure.managem...

60 строки
4.1 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.resources.PolicyAssignment"
fullName: "com.microsoft.azure.management.resources.PolicyAssignment"
name: "PolicyAssignment"
nameWithType: "PolicyAssignment"
summary: "An immutable client-side representation of an Azure policy assignment."
syntax: "public interface PolicyAssignment extends HasName, HasId, Indexable, Refreshable<PolicyAssignment>, HasInner<PolicyAssignmentInner>"
methods:
- uid: "com.microsoft.azure.management.resources.PolicyAssignment.displayName()"
fullName: "com.microsoft.azure.management.resources.PolicyAssignment.displayName()"
name: "displayName()"
nameWithType: "PolicyAssignment.displayName()"
modifiers:
- "abstract"
syntax: "public abstract String displayName()"
returns:
description: "the policy assignment display name"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resources.PolicyAssignment.policyDefinitionId()"
fullName: "com.microsoft.azure.management.resources.PolicyAssignment.policyDefinitionId()"
name: "policyDefinitionId()"
nameWithType: "PolicyAssignment.policyDefinitionId()"
modifiers:
- "abstract"
syntax: "public abstract String policyDefinitionId()"
returns:
description: "the policy definition Id"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resources.PolicyAssignment.scope()"
fullName: "com.microsoft.azure.management.resources.PolicyAssignment.scope()"
name: "scope()"
nameWithType: "PolicyAssignment.scope()"
modifiers:
- "abstract"
syntax: "public abstract String scope()"
returns:
description: "the scope at which the policy assignment exists"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resources.PolicyAssignment.type()"
fullName: "com.microsoft.azure.management.resources.PolicyAssignment.type()"
name: "type()"
nameWithType: "PolicyAssignment.type()"
modifiers:
- "abstract"
syntax: "public abstract String type()"
returns:
description: "the type of the policy assignment"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
type: "interface"
desc: "An immutable client-side representation of an Azure policy assignment."
implements:
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.HasId?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.HasId&text=HasId\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.HasName?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.HasName&text=HasName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.model.HasInner?alt=com.microsoft.azure.management.resources.fluentcore.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.resources.implementation.PolicyAssignmentInner?alt=com.microsoft.azure.management.resources.implementation.PolicyAssignmentInner&text=PolicyAssignmentInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Indexable?alt=com.microsoft.azure.management.resources.fluentcore.model.Indexable&text=Indexable\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Refreshable?alt=com.microsoft.azure.management.resources.fluentcore.model.Refreshable&text=Refreshable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.resources.PolicyAssignment?alt=com.microsoft.azure.management.resources.PolicyAssignment&text=PolicyAssignment\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.microsoft.azure.management.resources"
artifact: com.microsoft.azure:azure-mgmt-resources:1.41.4