ArmNetworkModelFactory.ServiceEndpointProperties 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.
Initializes a new instance of ServiceEndpointProperties.
public static Azure.ResourceManager.Network.Models.ServiceEndpointProperties ServiceEndpointProperties(string service = default, Azure.Core.ResourceIdentifier networkIdentifierId = default, System.Collections.Generic.IEnumerable<Azure.Core.AzureLocation> locations = default, Azure.ResourceManager.Network.Models.NetworkProvisioningState? provisioningState = default);
static member ServiceEndpointProperties : string * Azure.Core.ResourceIdentifier * seq<Azure.Core.AzureLocation> * Nullable<Azure.ResourceManager.Network.Models.NetworkProvisioningState> -> Azure.ResourceManager.Network.Models.ServiceEndpointProperties
Public Shared Function ServiceEndpointProperties (Optional service As String = Nothing, Optional networkIdentifierId As ResourceIdentifier = Nothing, Optional locations As IEnumerable(Of AzureLocation) = Nothing, Optional provisioningState As Nullable(Of NetworkProvisioningState) = Nothing) As ServiceEndpointProperties
Parameters
- service
- String
The type of the endpoint service.
- networkIdentifierId
- ResourceIdentifier
SubResource as network identifier.
- locations
- IEnumerable<AzureLocation>
A list of locations.
- provisioningState
- Nullable<NetworkProvisioningState>
The provisioning state of the service endpoint resource.
Returns
A new ServiceEndpointProperties instance for mocking.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET