ArmHybridComputeModelFactory.HybridComputePrivateLinkScopeProperties 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 HybridComputePrivateLinkScopeProperties.
public static Azure.ResourceManager.HybridCompute.Models.HybridComputePrivateLinkScopeProperties HybridComputePrivateLinkScopeProperties (Azure.ResourceManager.HybridCompute.Models.HybridComputePublicNetworkAccessType? publicNetworkAccess = default, string provisioningState = default, string privateLinkScopeId = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.HybridCompute.Models.PrivateEndpointConnectionDataModel> privateEndpointConnections = default);
static member HybridComputePrivateLinkScopeProperties : Nullable<Azure.ResourceManager.HybridCompute.Models.HybridComputePublicNetworkAccessType> * string * string * seq<Azure.ResourceManager.HybridCompute.Models.PrivateEndpointConnectionDataModel> -> Azure.ResourceManager.HybridCompute.Models.HybridComputePrivateLinkScopeProperties
Public Shared Function HybridComputePrivateLinkScopeProperties (Optional publicNetworkAccess As Nullable(Of HybridComputePublicNetworkAccessType) = Nothing, Optional provisioningState As String = Nothing, Optional privateLinkScopeId As String = Nothing, Optional privateEndpointConnections As IEnumerable(Of PrivateEndpointConnectionDataModel) = Nothing) As HybridComputePrivateLinkScopeProperties
Parameters
- publicNetworkAccess
- Nullable<HybridComputePublicNetworkAccessType>
Indicates whether machines associated with the private link scope can also use public Azure Arc service endpoints.
- provisioningState
- String
Current state of this PrivateLinkScope: whether or not is has been provisioned within the resource group it is defined. Users cannot change this value but are able to read from it. Values will include Provisioning ,Succeeded, Canceled and Failed.
- privateLinkScopeId
- String
The Guid id of the private link scope.
- privateEndpointConnections
- IEnumerable<PrivateEndpointConnectionDataModel>
The collection of associated Private Endpoint Connections.
Returns
A new HybridComputePrivateLinkScopeProperties instance for mocking.
Applies to
Azure SDK for .NET