Freigeben über


ArmHybridNetworkModelFactory.NetworkFunctionPropertiesFormat Methode

Definition

Initialisiert eine neue instance von NetworkFunctionPropertiesFormat.

public static Azure.ResourceManager.HybridNetwork.Models.NetworkFunctionPropertiesFormat NetworkFunctionPropertiesFormat (Azure.ResourceManager.HybridNetwork.Models.ProvisioningState? provisioningState = default, string publisherName = default, Azure.ResourceManager.HybridNetwork.Models.PublisherScope? publisherScope = default, string networkFunctionDefinitionGroupName = default, string networkFunctionDefinitionVersion = default, string networkFunctionDefinitionOfferingLocation = default, Azure.ResourceManager.HybridNetwork.Models.DeploymentResourceIdReference networkFunctionDefinitionVersionResourceReference = default, Azure.ResourceManager.HybridNetwork.Models.NfviType? nfviType = default, Azure.Core.ResourceIdentifier nfviId = default, bool? allowSoftwareUpdate = default, string configurationType = "Unknown", System.Collections.Generic.IEnumerable<string> roleOverrideValues = default);
static member NetworkFunctionPropertiesFormat : Nullable<Azure.ResourceManager.HybridNetwork.Models.ProvisioningState> * string * Nullable<Azure.ResourceManager.HybridNetwork.Models.PublisherScope> * string * string * string * Azure.ResourceManager.HybridNetwork.Models.DeploymentResourceIdReference * Nullable<Azure.ResourceManager.HybridNetwork.Models.NfviType> * Azure.Core.ResourceIdentifier * Nullable<bool> * string * seq<string> -> Azure.ResourceManager.HybridNetwork.Models.NetworkFunctionPropertiesFormat
Public Shared Function NetworkFunctionPropertiesFormat (Optional provisioningState As Nullable(Of ProvisioningState) = Nothing, Optional publisherName As String = Nothing, Optional publisherScope As Nullable(Of PublisherScope) = Nothing, Optional networkFunctionDefinitionGroupName As String = Nothing, Optional networkFunctionDefinitionVersion As String = Nothing, Optional networkFunctionDefinitionOfferingLocation As String = Nothing, Optional networkFunctionDefinitionVersionResourceReference As DeploymentResourceIdReference = Nothing, Optional nfviType As Nullable(Of NfviType) = Nothing, Optional nfviId As ResourceIdentifier = Nothing, Optional allowSoftwareUpdate As Nullable(Of Boolean) = Nothing, Optional configurationType As String = "Unknown", Optional roleOverrideValues As IEnumerable(Of String) = Nothing) As NetworkFunctionPropertiesFormat

Parameter

provisioningState
Nullable<ProvisioningState>

Der Bereitstellungsstatus der Netzwerkfunktionsressource.

publisherName
String

Der Herausgebername für die Netzwerkfunktion.

publisherScope
Nullable<PublisherScope>

Der Bereich des Herausgebers.

networkFunctionDefinitionGroupName
String

Der Name der Netzwerkfunktionsdefinitionsgruppe für die Netzwerkfunktion.

networkFunctionDefinitionVersion
String

Die Version der Netzwerkfunktionsdefinition für die Netzwerkfunktion.

networkFunctionDefinitionOfferingLocation
String

Der Speicherort des Netzwerkfunktionsdefinitionsangebots.

networkFunctionDefinitionVersionResourceReference
DeploymentResourceIdReference

Die Ressourcenreferenz zur Netzwerkfunktionsdefinitionsversion. Beachten Sie, dass DeploymentResourceIdReference die Basisklasse ist. Je nach Szenario muss hier möglicherweise eine abgeleitete Klasse der Basisklasse zugewiesen werden, oder diese Eigenschaft muss in eine der möglichen abgeleiteten Klassen umgewandelt werden. Zu den verfügbaren abgeleiteten Klassen gehören OpenDeploymentResourceReference und SecretDeploymentResourceReference.

nfviType
Nullable<NfviType>

Der nfvi-Typ für die Netzwerkfunktion.

nfviId
ResourceIdentifier

Die nfviId für die Netzwerkfunktion.

allowSoftwareUpdate
Nullable<Boolean>

Gibt an, ob Softwareupdates während der Bereitstellung zulässig sind.

configurationType
String

Der Wert, der angibt, ob NF-Werte Geheimnisse sind.

roleOverrideValues
IEnumerable<String>

Die Rollenkonfiguration setzt Werte des Benutzers außer Kraft.

Gibt zurück

Eine neue NetworkFunctionPropertiesFormat instance zum Simulieren.

Gilt für: