IWithCreate Interface

Definition

The stage of the definition which contains all the minimum required inputs for the resource to be created (via WithCreate.create()), but also allows for any other optional settings to be specified.

public interface IWithCreate : Microsoft.Azure.Management.Network.Fluent.PrivateLinkService.Definition.IWithAutoApproval, Microsoft.Azure.Management.Network.Fluent.PrivateLinkService.Definition.IWithFqdns, Microsoft.Azure.Management.Network.Fluent.PrivateLinkService.Definition.IWithFrontendIpConfiguration, Microsoft.Azure.Management.Network.Fluent.PrivateLinkService.Definition.IWithPrivateLinkServiceIpConfiguration, Microsoft.Azure.Management.Network.Fluent.PrivateLinkService.Definition.IWithProxyProtocol, Microsoft.Azure.Management.Network.Fluent.PrivateLinkService.Definition.IWithVisibility, Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Definition.IDefinitionWithRegion<Microsoft.Azure.Management.Network.Fluent.PrivateLinkService.Definition.IWithCreate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Definition.IDefinitionWithTags<Microsoft.Azure.Management.Network.Fluent.PrivateLinkService.Definition.IWithCreate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.Network.Fluent.IPrivateLinkService>
type IWithCreate = interface
    interface ICreatable<IPrivateLinkService>
    interface IIndexable
    interface IDefinitionWithTags<IWithCreate>
    interface IDefinitionWithRegion<IWithCreate>
    interface IWithFrontendIpConfiguration
    interface IWithPrivateLinkServiceIpConfiguration
    interface IWithVisibility
    interface IWithAutoApproval
    interface IWithFqdns
    interface IWithProxyProtocol
Public Interface IWithCreate
Implements ICreatable(Of IPrivateLinkService), IDefinitionWithRegion(Of IWithCreate), IDefinitionWithTags(Of IWithCreate), IWithAutoApproval, IWithFqdns, IWithFrontendIpConfiguration, IWithPrivateLinkServiceIpConfiguration, IWithProxyProtocol, IWithVisibility
Derived
Implements

Properties

Key (Inherited from IIndexable)
Name

Gets the name of the creatable resource.

(Inherited from ICreatable<T>)

Methods

Create()

Execute the create request.

(Inherited from ICreatable<T>)
CreateAsync(CancellationToken, Boolean)

Puts the request into the queue and allow the HTTP client to execute it when system resources are available.

(Inherited from ICreatable<T>)
DefinePrivateLinkServiceIpConfiguration(String)

Sets new private link service IP configuration.

(Inherited from IWithPrivateLinkServiceIpConfiguration)
EnableProxyProtocol()

Enables the proxy protocol for the private link service.

(Inherited from IWithProxyProtocol)
WithAutoApproval(IList<String>)

Sets the subscription into auto-approval list for the private link service.

(Inherited from IWithAutoApproval)
WithAutoApproval(String)

Sets the subscription into auto-approval list for the private link service.

(Inherited from IWithAutoApproval)
WithFrontendIpConfiguration(ILoadBalancerFrontend)

Sets frontend IP configuration.

(Inherited from IWithFrontendIpConfiguration)
WithFullQualifiedDomainName(String)

Sets the domain into Fqdn list for the private link service.

(Inherited from IWithFqdns)
WithFullQualifiedDomainNames(IList<String>)

Sets the Fqdn list for the private link service.

(Inherited from IWithFqdns)
WithRegion(Region)

Specifies the region for the resource.

(Inherited from IDefinitionWithRegion<T>)
WithRegion(String)

Specifies the region for the resource by name.

(Inherited from IDefinitionWithRegion<T>)
WithTag(String, String)

Adds a tag to the resource.

(Inherited from IDefinitionWithTags<T>)
WithTags(IDictionary<String,String>)

Specifies tags for the resource as a {@link Map}.

(Inherited from IDefinitionWithTags<T>)
WithVisibility(IList<String>)

Sets the list of visible subscriptions for the private link service.

(Inherited from IWithVisibility)
WithVisibility(String)

Sets the visible subscription for the private link service.

(Inherited from IWithVisibility)

Applies to