IWithGroup Интерфейс
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Этап определения профиля CDN, позволяющий указать группу ресурсов.
public interface IWithGroup : Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithCreatableResourceGroup<Microsoft.Azure.Management.Cdn.Fluent.CdnProfile.Definition.IWithSku>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithExistingResourceGroup<Microsoft.Azure.Management.Cdn.Fluent.CdnProfile.Definition.IWithSku>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithGroup<Microsoft.Azure.Management.Cdn.Fluent.CdnProfile.Definition.IWithSku>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithNewResourceGroup<Microsoft.Azure.Management.Cdn.Fluent.CdnProfile.Definition.IWithSku>
type IWithGroup = interface
interface IWithGroup<IWithSku>
interface IWithExistingResourceGroup<IWithSku>
interface IWithNewResourceGroup<IWithSku>
interface IWithCreatableResourceGroup<IWithSku>
Public Interface IWithGroup
Implements IWithCreatableResourceGroup(Of IWithSku), IWithExistingResourceGroup(Of IWithSku), IWithGroup(Of IWithSku), IWithNewResourceGroup(Of IWithSku)
- Производный
- Реализации
Методы
WithExistingResourceGroup(IResourceGroup) |
Связывает ресурс с существующей группой ресурсов. (Унаследовано от IWithExistingResourceGroup<T>) |
WithExistingResourceGroup(String) |
Связывает ресурс с существующей группой ресурсов. (Унаследовано от IWithExistingResourceGroup<T>) |
WithNewResourceGroup() |
Этап определения профиля CDN, позволяющий указать группу ресурсов. (Унаследовано от IWithNewResourceGroup<T>) |
WithNewResourceGroup(ICreatable<IResourceGroup>) |
Создает новую группу ресурсов для вставки ресурса на основе указанного определения. (Унаследовано от IWithCreatableResourceGroup<T>) |
WithNewResourceGroup(String) |
Этап определения профиля CDN, позволяющий указать группу ресурсов. (Унаследовано от IWithNewResourceGroup<T>) |
Применяется к
Azure SDK for .NET