ArmSignalRModelFactory.SignalRSharedPrivateLinkResourceData 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 SignalRSharedPrivateLinkResourceData.
public static Azure.ResourceManager.SignalR.SignalRSharedPrivateLinkResourceData SignalRSharedPrivateLinkResourceData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, string groupId = default, Azure.Core.ResourceIdentifier privateLinkResourceId = default, Azure.ResourceManager.SignalR.Models.SignalRProvisioningState? provisioningState = default, string requestMessage = default, Azure.ResourceManager.SignalR.Models.SignalRSharedPrivateLinkResourceStatus? status = default);
static member SignalRSharedPrivateLinkResourceData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * string * Azure.Core.ResourceIdentifier * Nullable<Azure.ResourceManager.SignalR.Models.SignalRProvisioningState> * string * Nullable<Azure.ResourceManager.SignalR.Models.SignalRSharedPrivateLinkResourceStatus> -> Azure.ResourceManager.SignalR.SignalRSharedPrivateLinkResourceData
Public Shared Function SignalRSharedPrivateLinkResourceData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional groupId As String = Nothing, Optional privateLinkResourceId As ResourceIdentifier = Nothing, Optional provisioningState As Nullable(Of SignalRProvisioningState) = Nothing, Optional requestMessage As String = Nothing, Optional status As Nullable(Of SignalRSharedPrivateLinkResourceStatus) = Nothing) As SignalRSharedPrivateLinkResourceData
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- groupId
- String
The group id from the provider of resource the shared private link resource is for.
- privateLinkResourceId
- ResourceIdentifier
The resource id of the resource the shared private link resource is for.
- provisioningState
- Nullable<SignalRProvisioningState>
Provisioning state of the resource.
- requestMessage
- String
The request message for requesting approval of the shared private link resource.
Status of the shared private link resource.
Returns
A new SignalRSharedPrivateLinkResourceData instance for mocking.
Applies to
Azure SDK for .NET