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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET