Interface AllPoliciesContract
public interface AllPoliciesContract
An immutable client-side representation of AllPoliciesContract.
-
Method Summary
Modifier and TypeMethodDescriptionGets the complianceState property: Policy Restriction Compliance State.id()Gets the id property: Fully qualified resource Id for the resource.Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.AllPoliciesContractInner object.name()Gets the name property: The name of the resource.Gets the referencePolicyId property: Policy Identifier.type()Gets the type property: The type of the resource.
-
Method Details
-
id
String id()Gets the id property: Fully qualified resource Id for the resource.- Returns:
- the id value.
-
name
String name()Gets the name property: The name of the resource.- Returns:
- the name value.
-
type
String type()Gets the type property: The type of the resource.- Returns:
- the type value.
-
referencePolicyId
String referencePolicyId()Gets the referencePolicyId property: Policy Identifier.- Returns:
- the referencePolicyId value.
-
complianceState
PolicyComplianceState complianceState()Gets the complianceState property: Policy Restriction Compliance State.- Returns:
- the complianceState value.
-
innerModel
AllPoliciesContractInner innerModel()Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.AllPoliciesContractInner object.- Returns:
- the inner object.
-