ArmNetworkModelFactory.PartnerManagedResourceProperties 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 PartnerManagedResourceProperties.
public static Azure.ResourceManager.Network.Models.PartnerManagedResourceProperties PartnerManagedResourceProperties (Azure.Core.ResourceIdentifier id = default, Azure.Core.ResourceIdentifier internalLoadBalancerId = default, Azure.Core.ResourceIdentifier standardLoadBalancerId = default);
static member PartnerManagedResourceProperties : Azure.Core.ResourceIdentifier * Azure.Core.ResourceIdentifier * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Network.Models.PartnerManagedResourceProperties
Public Shared Function PartnerManagedResourceProperties (Optional id As ResourceIdentifier = Nothing, Optional internalLoadBalancerId As ResourceIdentifier = Nothing, Optional standardLoadBalancerId As ResourceIdentifier = Nothing) As PartnerManagedResourceProperties
Parameters
The partner managed resource id.
- internalLoadBalancerId
- ResourceIdentifier
The partner managed ILB resource id.
- standardLoadBalancerId
- ResourceIdentifier
The partner managed SLB resource id.
Returns
A new PartnerManagedResourceProperties instance for mocking.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET