ArmFluidRelayModelFactory.FluidRelayServerData 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 FluidRelayServerData.
public static Azure.ResourceManager.FluidRelay.FluidRelayServerData FluidRelayServerData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, System.Collections.Generic.IDictionary<string,string> tags = default, Azure.Core.AzureLocation location = default, Azure.ResourceManager.Models.ManagedServiceIdentity identity = default, Guid? frsTenantId = default, Azure.ResourceManager.FluidRelay.Models.FluidRelayEndpoints fluidRelayEndpoints = default, Azure.ResourceManager.FluidRelay.Models.FluidRelayProvisioningState? provisioningState = default, Azure.ResourceManager.FluidRelay.Models.CmkEncryptionProperties customerManagedKeyEncryption = default, Azure.ResourceManager.FluidRelay.Models.FluidRelayStorageSku? storageSku = default);
static member FluidRelayServerData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Azure.Core.AzureLocation * Azure.ResourceManager.Models.ManagedServiceIdentity * Nullable<Guid> * Azure.ResourceManager.FluidRelay.Models.FluidRelayEndpoints * Nullable<Azure.ResourceManager.FluidRelay.Models.FluidRelayProvisioningState> * Azure.ResourceManager.FluidRelay.Models.CmkEncryptionProperties * Nullable<Azure.ResourceManager.FluidRelay.Models.FluidRelayStorageSku> -> Azure.ResourceManager.FluidRelay.FluidRelayServerData
Public Shared Function FluidRelayServerData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional location As AzureLocation = Nothing, Optional identity As ManagedServiceIdentity = Nothing, Optional frsTenantId As Nullable(Of Guid) = Nothing, Optional fluidRelayEndpoints As FluidRelayEndpoints = Nothing, Optional provisioningState As Nullable(Of FluidRelayProvisioningState) = Nothing, Optional customerManagedKeyEncryption As CmkEncryptionProperties = Nothing, Optional storageSku As Nullable(Of FluidRelayStorageSku) = Nothing) As FluidRelayServerData
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- tags
- IDictionary<String,String>
The tags.
- location
- AzureLocation
The location.
- identity
- ManagedServiceIdentity
The type of identity used for the resource.
- fluidRelayEndpoints
- FluidRelayEndpoints
The Fluid Relay Service endpoints for this server.
- provisioningState
- Nullable<FluidRelayProvisioningState>
Provision states for FluidRelay RP.
- customerManagedKeyEncryption
- CmkEncryptionProperties
All encryption configuration for a resource.
- storageSku
- Nullable<FluidRelayStorageSku>
Sku of the storage associated with the resource.
Returns
A new FluidRelayServerData instance for mocking.
Applies to
Azure SDK for .NET