| Package | Description |
|---|---|
| com.azure.resourcemanager.network.fluent |
Package containing the service clients for NetworkManagementClient.
|
| com.azure.resourcemanager.network.fluent.models |
Package containing the inner data models for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
ServiceEndpointPolicyDefinitionInner |
ServiceEndpointPolicyDefinitionsClient.createOrUpdate(String resourceGroupName,
String serviceEndpointPolicyName,
String serviceEndpointPolicyDefinitionName,
ServiceEndpointPolicyDefinitionInner serviceEndpointPolicyDefinitions)
Creates or updates a service endpoint policy definition in the specified service endpoint policy.
|
ServiceEndpointPolicyDefinitionInner |
ServiceEndpointPolicyDefinitionsClient.createOrUpdate(String resourceGroupName,
String serviceEndpointPolicyName,
String serviceEndpointPolicyDefinitionName,
ServiceEndpointPolicyDefinitionInner serviceEndpointPolicyDefinitions,
com.azure.core.util.Context context)
Creates or updates a service endpoint policy definition in the specified service endpoint policy.
|
ServiceEndpointPolicyDefinitionInner |
ServiceEndpointPolicyDefinitionsClient.get(String resourceGroupName,
String serviceEndpointPolicyName,
String serviceEndpointPolicyDefinitionName)
Get the specified service endpoint policy definitions from service endpoint policy.
|
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ServiceEndpointPolicyDefinitionInner>,ServiceEndpointPolicyDefinitionInner> |
ServiceEndpointPolicyDefinitionsClient.beginCreateOrUpdate(String resourceGroupName,
String serviceEndpointPolicyName,
String serviceEndpointPolicyDefinitionName,
ServiceEndpointPolicyDefinitionInner serviceEndpointPolicyDefinitions)
Creates or updates a service endpoint policy definition in the specified service endpoint policy.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ServiceEndpointPolicyDefinitionInner>,ServiceEndpointPolicyDefinitionInner> |
ServiceEndpointPolicyDefinitionsClient.beginCreateOrUpdate(String resourceGroupName,
String serviceEndpointPolicyName,
String serviceEndpointPolicyDefinitionName,
ServiceEndpointPolicyDefinitionInner serviceEndpointPolicyDefinitions,
com.azure.core.util.Context context)
Creates or updates a service endpoint policy definition in the specified service endpoint policy.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ServiceEndpointPolicyDefinitionInner>,ServiceEndpointPolicyDefinitionInner> |
ServiceEndpointPolicyDefinitionsClient.beginCreateOrUpdateAsync(String resourceGroupName,
String serviceEndpointPolicyName,
String serviceEndpointPolicyDefinitionName,
ServiceEndpointPolicyDefinitionInner serviceEndpointPolicyDefinitions)
Creates or updates a service endpoint policy definition in the specified service endpoint policy.
|
ServiceEndpointPolicyDefinitionInner |
ServiceEndpointPolicyDefinitionsClient.createOrUpdate(String resourceGroupName,
String serviceEndpointPolicyName,
String serviceEndpointPolicyDefinitionName,
ServiceEndpointPolicyDefinitionInner serviceEndpointPolicyDefinitions)
Creates or updates a service endpoint policy definition in the specified service endpoint policy.
|
ServiceEndpointPolicyDefinitionInner |
ServiceEndpointPolicyDefinitionsClient.createOrUpdate(String resourceGroupName,
String serviceEndpointPolicyName,
String serviceEndpointPolicyDefinitionName,
ServiceEndpointPolicyDefinitionInner serviceEndpointPolicyDefinitions,
com.azure.core.util.Context context)
Creates or updates a service endpoint policy definition in the specified service endpoint policy.
|
Mono<ServiceEndpointPolicyDefinitionInner> |
ServiceEndpointPolicyDefinitionsClient.createOrUpdateAsync(String resourceGroupName,
String serviceEndpointPolicyName,
String serviceEndpointPolicyDefinitionName,
ServiceEndpointPolicyDefinitionInner serviceEndpointPolicyDefinitions)
Creates or updates a service endpoint policy definition in the specified service endpoint policy.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
ServiceEndpointPolicyDefinitionsClient.createOrUpdateWithResponseAsync(String resourceGroupName,
String serviceEndpointPolicyName,
String serviceEndpointPolicyDefinitionName,
ServiceEndpointPolicyDefinitionInner serviceEndpointPolicyDefinitions)
Creates or updates a service endpoint policy definition in the specified service endpoint policy.
|
| Modifier and Type | Method and Description |
|---|---|
ServiceEndpointPolicyDefinitionInner |
ServiceEndpointPolicyDefinitionInner.withDescription(String description)
Set the description property: A description for this rule.
|
ServiceEndpointPolicyDefinitionInner |
ServiceEndpointPolicyDefinitionInner.withId(String id) |
ServiceEndpointPolicyDefinitionInner |
ServiceEndpointPolicyDefinitionInner.withName(String name)
Set the name property: The name of the resource that is unique within a resource group.
|
ServiceEndpointPolicyDefinitionInner |
ServiceEndpointPolicyDefinitionInner.withService(String service)
Set the service property: Service endpoint name.
|
ServiceEndpointPolicyDefinitionInner |
ServiceEndpointPolicyDefinitionInner.withServiceResources(List<String> serviceResources)
Set the serviceResources property: A list of service resources.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.