ServiceEndpointPoliciesOperationsExtensions.BeginCreateOrUpdate Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates or updates a service Endpoint Policies.
public static Microsoft.Azure.Management.Network.Models.ServiceEndpointPolicy BeginCreateOrUpdate (this Microsoft.Azure.Management.Network.IServiceEndpointPoliciesOperations operations, string resourceGroupName, string serviceEndpointPolicyName, Microsoft.Azure.Management.Network.Models.ServiceEndpointPolicy parameters);
static member BeginCreateOrUpdate : Microsoft.Azure.Management.Network.IServiceEndpointPoliciesOperations * string * string * Microsoft.Azure.Management.Network.Models.ServiceEndpointPolicy -> Microsoft.Azure.Management.Network.Models.ServiceEndpointPolicy
<Extension()>
Public Function BeginCreateOrUpdate (operations As IServiceEndpointPoliciesOperations, resourceGroupName As String, serviceEndpointPolicyName As String, parameters As ServiceEndpointPolicy) As ServiceEndpointPolicy
Parameters
- operations
- IServiceEndpointPoliciesOperations
The operations group for this extension method.
- resourceGroupName
- String
The name of the resource group.
- serviceEndpointPolicyName
- String
The name of the service endpoint policy.
- parameters
- ServiceEndpointPolicy
Parameters supplied to the create or update service endpoint policy operation.
Returns
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET