IWithCreate Interfaz
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í.
public interface IWithCreate : Microsoft.Azure.Management.Network.Fluent.ConnectionMonitor.Definition.IWithAutoStart, Microsoft.Azure.Management.Network.Fluent.ConnectionMonitor.Definition.IWithMonitoringInterval, Microsoft.Azure.Management.Network.Fluent.ConnectionMonitor.Definition.IWithSourcePort, Microsoft.Azure.Management.Network.Fluent.ConnectionMonitor.Definition.IWithTags, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.Network.Fluent.IConnectionMonitor>
type IWithCreate = interface
interface ICreatable<IConnectionMonitor>
interface IIndexable
interface IWithSourcePort
interface IWithAutoStart
interface IWithMonitoringInterval
interface IWithTags
Public Interface IWithCreate
Implements ICreatable(Of IConnectionMonitor), IWithAutoStart, IWithMonitoringInterval, IWithSourcePort, IWithTags
- Derivado
- Implementaciones
Propiedades
Key | (Heredado de IIndexable) |
Name |
Obtiene el nombre del recurso que se puede crear. (Heredado de ICreatable<T>) |
Métodos
Create() |
Ejecute la solicitud de creación. (Heredado de ICreatable<T>) |
CreateAsync(CancellationToken, Boolean) |
Coloca la solicitud en la cola y permite que el cliente HTTP lo ejecute cuando los recursos del sistema estén disponibles. (Heredado de ICreatable<T>) |
WithMonitoringInterval(Int32) | (Heredado de IWithMonitoringInterval) |
WithoutAutoStart() |
Deshabilite el inicio automático. (Heredado de IWithAutoStart) |
WithoutTag(String) |
Quita una etiqueta del monitor de conexión. (Heredado de IWithTags) |
WithSourcePort(Int32) | (Heredado de IWithSourcePort) |
WithTag(String, String) |
Agrega una etiqueta al monitor de conexión. (Heredado de IWithTags) |
WithTags(IDictionary<String,String>) |
Especifica etiquetas para el monitor de conexión. (Heredado de IWithTags) |
Se aplica a
Azure SDK for .NET