IWithGroup Interface

Definition

An app service certificate definition allowing resource group to be set.

public interface IWithGroup : Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithCreatableResourceGroup<Microsoft.Azure.Management.AppService.Fluent.AppServiceCertificate.Definition.IWithCertificate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithExistingResourceGroup<Microsoft.Azure.Management.AppService.Fluent.AppServiceCertificate.Definition.IWithCertificate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithGroup<Microsoft.Azure.Management.AppService.Fluent.AppServiceCertificate.Definition.IWithCertificate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithNewResourceGroup<Microsoft.Azure.Management.AppService.Fluent.AppServiceCertificate.Definition.IWithCertificate>
type IWithGroup = interface
    interface IWithGroup<IWithCertificate>
    interface IWithExistingResourceGroup<IWithCertificate>
    interface IWithNewResourceGroup<IWithCertificate>
    interface IWithCreatableResourceGroup<IWithCertificate>
Public Interface IWithGroup
Implements IWithCreatableResourceGroup(Of IWithCertificate), IWithExistingResourceGroup(Of IWithCertificate), IWithGroup(Of IWithCertificate), IWithNewResourceGroup(Of IWithCertificate)
Derived
Implements

Methods

WithExistingResourceGroup(IResourceGroup)

Associates the resource with an existing resource group.

(Inherited from IWithExistingResourceGroup<T>)
WithExistingResourceGroup(String)

Associates the resource with an existing resource group.

(Inherited from IWithExistingResourceGroup<T>)
WithNewResourceGroup() (Inherited from IWithNewResourceGroup<T>)
WithNewResourceGroup(ICreatable<IResourceGroup>)

Creates a new resource group to put the resource in, based on the definition specified.

(Inherited from IWithCreatableResourceGroup<T>)
WithNewResourceGroup(String) (Inherited from IWithNewResourceGroup<T>)

Applies to