ArmHybridNetworkModelFactory.SiteNetworkServicePropertiesFormat 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 SiteNetworkServicePropertiesFormat.
public static Azure.ResourceManager.HybridNetwork.Models.SiteNetworkServicePropertiesFormat SiteNetworkServicePropertiesFormat (Azure.ResourceManager.HybridNetwork.Models.ProvisioningState? provisioningState = default, Azure.ResourceManager.HybridNetwork.Models.ManagedResourceGroupConfiguration managedResourceGroupConfiguration = default, Azure.Core.ResourceIdentifier siteReferenceId = default, string publisherName = default, Azure.ResourceManager.HybridNetwork.Models.PublisherScope? publisherScope = default, string networkServiceDesignGroupName = default, string networkServiceDesignVersionName = default, string networkServiceDesignVersionOfferingLocation = default, Azure.ResourceManager.HybridNetwork.Models.DeploymentResourceIdReference networkServiceDesignVersionResourceReference = default, System.Collections.Generic.IDictionary<string,Azure.ResourceManager.Resources.Models.WritableSubResource> desiredStateConfigurationGroupValueReferences = default, string lastStateNetworkServiceDesignVersionName = default, System.Collections.Generic.IReadOnlyDictionary<string,Azure.ResourceManager.Resources.Models.WritableSubResource> lastStateConfigurationGroupValueReferences = default);
static member SiteNetworkServicePropertiesFormat : Nullable<Azure.ResourceManager.HybridNetwork.Models.ProvisioningState> * Azure.ResourceManager.HybridNetwork.Models.ManagedResourceGroupConfiguration * Azure.Core.ResourceIdentifier * string * Nullable<Azure.ResourceManager.HybridNetwork.Models.PublisherScope> * string * string * string * Azure.ResourceManager.HybridNetwork.Models.DeploymentResourceIdReference * System.Collections.Generic.IDictionary<string, Azure.ResourceManager.Resources.Models.WritableSubResource> * string * System.Collections.Generic.IReadOnlyDictionary<string, Azure.ResourceManager.Resources.Models.WritableSubResource> -> Azure.ResourceManager.HybridNetwork.Models.SiteNetworkServicePropertiesFormat
Public Shared Function SiteNetworkServicePropertiesFormat (Optional provisioningState As Nullable(Of ProvisioningState) = Nothing, Optional managedResourceGroupConfiguration As ManagedResourceGroupConfiguration = Nothing, Optional siteReferenceId As ResourceIdentifier = Nothing, Optional publisherName As String = Nothing, Optional publisherScope As Nullable(Of PublisherScope) = Nothing, Optional networkServiceDesignGroupName As String = Nothing, Optional networkServiceDesignVersionName As String = Nothing, Optional networkServiceDesignVersionOfferingLocation As String = Nothing, Optional networkServiceDesignVersionResourceReference As DeploymentResourceIdReference = Nothing, Optional desiredStateConfigurationGroupValueReferences As IDictionary(Of String, WritableSubResource) = Nothing, Optional lastStateNetworkServiceDesignVersionName As String = Nothing, Optional lastStateConfigurationGroupValueReferences As IReadOnlyDictionary(Of String, WritableSubResource) = Nothing) As SiteNetworkServicePropertiesFormat
Parameters
- provisioningState
- Nullable<ProvisioningState>
The provisioning state of the site network service resource.
- managedResourceGroupConfiguration
- ManagedResourceGroupConfiguration
Managed resource group configuration.
- siteReferenceId
- ResourceIdentifier
The site details.
- publisherName
- String
The publisher name for the site network service.
- publisherScope
- Nullable<PublisherScope>
The scope of the publisher.
- networkServiceDesignGroupName
- String
The network service design group name for the site network service.
- networkServiceDesignVersionName
- String
The network service design version for the site network service.
- networkServiceDesignVersionOfferingLocation
- String
The location of the network service design offering.
- networkServiceDesignVersionResourceReference
- DeploymentResourceIdReference
The network service design version resource reference. Please note DeploymentResourceIdReference is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include OpenDeploymentResourceReference and SecretDeploymentResourceReference.
- desiredStateConfigurationGroupValueReferences
- IDictionary<String,WritableSubResource>
The goal state of the site network service resource. This has references to the configuration group value objects that describe the desired state of the site network service.
- lastStateNetworkServiceDesignVersionName
- String
The network service design version for the site network service.
- lastStateConfigurationGroupValueReferences
- IReadOnlyDictionary<String,WritableSubResource>
The last state of the site network service resource.
Returns
A new SiteNetworkServicePropertiesFormat instance for mocking.
Applies to
Azure SDK for .NET