ArmAppPlatformModelFactory.AppPlatformServiceProperties Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Inicializa una nueva instancia de AppPlatformServiceProperties.
public static Azure.ResourceManager.AppPlatform.Models.AppPlatformServiceProperties AppPlatformServiceProperties (Azure.ResourceManager.AppPlatform.Models.AppPlatformServiceProvisioningState? provisioningState = default, Azure.ResourceManager.AppPlatform.Models.AppPlatformServiceNetworkProfile networkProfile = default, bool? isLogStreamPublicEndpoint = default, int? version = default, string serviceInstanceId = default, Azure.ResourceManager.AppPlatform.Models.AppPlatformServicePowerState? powerState = default, bool? isZoneRedundant = default, string fqdn = default);
static member AppPlatformServiceProperties : Nullable<Azure.ResourceManager.AppPlatform.Models.AppPlatformServiceProvisioningState> * Azure.ResourceManager.AppPlatform.Models.AppPlatformServiceNetworkProfile * Nullable<bool> * Nullable<int> * string * Nullable<Azure.ResourceManager.AppPlatform.Models.AppPlatformServicePowerState> * Nullable<bool> * string -> Azure.ResourceManager.AppPlatform.Models.AppPlatformServiceProperties
Public Shared Function AppPlatformServiceProperties (Optional provisioningState As Nullable(Of AppPlatformServiceProvisioningState) = Nothing, Optional networkProfile As AppPlatformServiceNetworkProfile = Nothing, Optional isLogStreamPublicEndpoint As Nullable(Of Boolean) = Nothing, Optional version As Nullable(Of Integer) = Nothing, Optional serviceInstanceId As String = Nothing, Optional powerState As Nullable(Of AppPlatformServicePowerState) = Nothing, Optional isZoneRedundant As Nullable(Of Boolean) = Nothing, Optional fqdn As String = Nothing) As AppPlatformServiceProperties
Parámetros
- provisioningState
- Nullable<AppPlatformServiceProvisioningState>
Estado de aprovisionamiento del servicio.
- networkProfile
- AppPlatformServiceNetworkProfile
Perfil de red del servicio.
Configuración de servicio adicional en la instancia de inserción de red virtual.
- serviceInstanceId
- String
GUID de ServiceInstanceEntity que identifica de forma única un recurso creado.
- powerState
- Nullable<AppPlatformServicePowerState>
Estado de energía del servicio.
- fqdn
- String
Nombre dns completo de la instancia de servicio.
Devoluciones
AppPlatformServiceProperties Nueva instancia para simular.
Se aplica a
Azure SDK for .NET