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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET