Uses of Interface
com.azure.resourcemanager.apimanagement.models.PolicyFragmentContract
Packages that use PolicyFragmentContract
Package
Description
Package containing the data models for ApiManagementClient.
-
Uses of PolicyFragmentContract in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return PolicyFragmentContractModifier and TypeMethodDescriptionPolicyFragmentContract.Update.apply()Executes the update request.PolicyFragmentContract.Update.apply(com.azure.core.util.Context context) Executes the update request.PolicyFragmentContract.DefinitionStages.WithCreate.create()Executes the create request.PolicyFragmentContract.DefinitionStages.WithCreate.create(com.azure.core.util.Context context) Executes the create request.WorkspacePolicyFragments.createOrUpdate(String resourceGroupName, String serviceName, String workspaceId, String id, PolicyFragmentContractInner parameters) Creates or updates a policy fragment.WorkspacePolicyFragments.createOrUpdate(String resourceGroupName, String serviceName, String workspaceId, String id, PolicyFragmentContractInner parameters, String ifMatch, com.azure.core.util.Context context) Creates or updates a policy fragment.Gets a policy fragment.WorkspacePolicyFragments.get(String resourceGroupName, String serviceName, String workspaceId, String id) Gets a policy fragment.Gets a policy fragment.PolicyFragmentContract.refresh()Refreshes the resource to sync with Azure.PolicyFragmentContract.refresh(com.azure.core.util.Context context) Refreshes the resource to sync with Azure.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type PolicyFragmentContractModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<PolicyFragmentContract> PolicyFragments.getByIdWithResponse(String id, PolicyFragmentContentFormat format, com.azure.core.util.Context context) Gets a policy fragment.com.azure.core.http.rest.Response<PolicyFragmentContract> PolicyFragments.getWithResponse(String resourceGroupName, String serviceName, String id, PolicyFragmentContentFormat format, com.azure.core.util.Context context) Gets a policy fragment.com.azure.core.http.rest.Response<PolicyFragmentContract> WorkspacePolicyFragments.getWithResponse(String resourceGroupName, String serviceName, String workspaceId, String id, PolicyFragmentContentFormat format, com.azure.core.util.Context context) Gets a policy fragment.com.azure.core.http.rest.PagedIterable<PolicyFragmentContract> PolicyFragments.listByService(String resourceGroupName, String serviceName) Gets all policy fragments.com.azure.core.http.rest.PagedIterable<PolicyFragmentContract> PolicyFragments.listByService(String resourceGroupName, String serviceName, String filter, String orderby, Integer top, Integer skip, com.azure.core.util.Context context) Gets all policy fragments.com.azure.core.http.rest.PagedIterable<PolicyFragmentContract> WorkspacePolicyFragments.listByService(String resourceGroupName, String serviceName, String workspaceId) Gets all policy fragments defined within a workspace.com.azure.core.http.rest.PagedIterable<PolicyFragmentContract> WorkspacePolicyFragments.listByService(String resourceGroupName, String serviceName, String workspaceId, String filter, String orderby, Integer top, Integer skip, com.azure.core.util.Context context) Gets all policy fragments defined within a workspace.